You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you know, we can now create more than one database and in my opinion it is very useful. Also firebase itself suggests to use the property to separate prod-staging environments. In FireCMS, it is very easy to do it. We just need to add a database id to useFirestoreDataSource hook. Then, use that parameter as the second input of getFireStore. If it empty, it automatically gets the default database
The text was updated successfully, but these errors were encountered:
As you know, we can now create more than one database and in my opinion it is very useful. Also firebase itself suggests to use the property to separate prod-staging environments. In FireCMS, it is very easy to do it. We just need to add a database id to useFirestoreDataSource hook. Then, use that parameter as the second input of getFireStore. If it empty, it automatically gets the default database
The text was updated successfully, but these errors were encountered: