DesktopApp.add_user_database_using_firebase#

DesktopApp.add_user_database_using_firebase()#

Adds Firebase user database to the app.

Make sure you create a firestore database (not realtime) in your Firebase app.

Warning

A collection called users will be created in the database. If you already have a collection with the same name, it might be overwritten.

Behind The Scenes

Firebase authentication and database are used when calling this function.