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?
Pass document ID from one page to secound page – Flutter firestore database
I created new document on FirstPage and I can print his docAtricle.id (auto id created in firestore database). I can’t pass this object to Secound Page. I tried few metods but without any results. I would like to put it as a value to the next page
Exception with orderBy descending true in firestore flutter
I am getting an exception when I try to order by date with descending equals true.
firebase_firestore error Platform channel messages must be sent on the platform thread
I am creating a flutter application using firebase_firestore, I have a function that return a stream, when running the function, the following gets printed in the terminal:
Flutter Google Sign In not getting user Google name – Firestore
I would like to get the user’s email and fullname for the Google sign in but for some reason I have not been able to get the user’s name. Can you please let me know how it can be fixed?
Issues fetching data from Firestore in Flutter without prior authentication
I’m developing a Flutter app using Firebase Firestore and I’m encountering a specific issue.
Issues fetching data from Firestore in Flutter iOS without prior authentication
I’m developing a Flutter app using Firebase Firestore and I’m encountering a specific issue on the iOS version.
how to solve the following errors
erorr dart sdk