简体   繁体   中英

One firebase database for every customer

I have one mobile app, and every customer have a lot of data under user account. It is possible to make one database firebase for each customer? Xamarin app...

You can create multiple databases directly from the Firebase Console as mentioned here .

In case you need to create the databases programmatically as new users sign up or so, then you need to use Firebase Realtime Database Management API .

To create a new database, make a POST request:

https://firebasedatabase.googleapis.com/v1beta/{parent=projects/*/locations/*}/instances

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM