can i direct communicate with mysql using firebase ?

268 views
Skip to first unread message

Prakash Meghani

unread,
Aug 21, 2016, 11:42:12 AM8/21/16
to Firebase Google Group
can i direct communicate with mysql using firebase ? without use of web services (REST api) ?
like from android app user register, data should insert in mysql DB using firebase ?
accessing user direct from mysql db using firebase ?
is it possible ?

Joe White

unread,
Aug 21, 2016, 7:54:08 PM8/21/16
to Firebase Google Group
No.

You can use create an Android app that uses Firebase authentication and Firebase Realtime database (a "JSON" nosql type of database), and you can use local client mysql (where it makes sense for you) ... but you have to link these two "database stores" together using your Android code.  

Note: Firebase Realtime database is not "just another SQL database".
Reply all
Reply to author
Forward
0 new messages