Can i build an Android app that uses Firebase authentication but a custom database(eg MySQL)

筅森魡賤 提交于 2019-12-24 18:35:57

问题


I want to build an Android app that uses firebase authentication google sign in. But want to use a custom database(eg MySQL) which will store some video files.

I want to keep a track of the videos that my users will be watching.

Can i connect the firebase to my custom database so that it can hold data of the user's behaviors.


回答1:


If you're asking if you can use Firebase Authentication, but use your own database, that's fine. You have the option of picking and choosing which parts of Firebase meet your needs. You need not commit to any part of Firebase that does not.

If you're asking if Firebase (both Realtime Database and Firestore) can act as a proxy for other databases, that's not possible.



来源:https://stackoverflow.com/questions/48364672/can-i-build-an-android-app-that-uses-firebase-authentication-but-a-custom-databa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!