Relative Content

Tag Archive for fluttergoogle-cloud-firestore

How to wait for a Firestore document to be created?

I am debugging a piece of code that creates a user in Firebase, and then waits for a document to be created in Firestore by our backend systems. As I scale the process to create more users, it times out and I discovered it is due to this code:

Flutter: get access to data on multiple screen

I have a list of items from Firestore on one screen. On the second screen I’m using DefaultTabController where I have multiple taps. I want that when an item is selected from he first screen, all the tapscreens on the second screen should get access to the data of the selected item from the first screen. I have absolutely no idea on how to do that. Can anyone help me?

Flutter: get access to data on multiple screen

I have a list of items from Firestore on one screen. On the second screen I’m using DefaultTabController where I have multiple taps. I want that when an item is selected from he first screen, all the tapscreens on the second screen should get access to the data of the selected item from the first screen. I have absolutely no idea on how to do that. Can anyone help me?