Relative Content

Tag Archive for flutterfirebasegoogle-cloud-firestore

Switching between Public and Private profiles

I’m working on a group project in which a user can create two types of accounts, a public and a private. If the user creates a public account, his/her private account will also be created and if he creates a private account, then only the private account will be created.

Flutter: Firestore server unavailable from background

I want to sync my firestore data from background once a FCM message is received. Therefore I want to fetch data from firestore server only using GetOptions(source: Source.server), because server data could have changed.