Tomasz
 · Flow-o.com

Multi-tenant app. Have anyone tried some tactics?

Simple case

I want my app to serve multiple customers.

  1. I put each client into separate firestore database in the same project? (modifications of main.dart and playing with initFirebase())

  2. I put each client into separate firebase project - same as above with main.dart

  3. I separate data on the UI level using filtering in queries and perhaps some rules in firebase level.

1 reply