Aug 9, 2021[Flutter/dart] Precautions when saving Map data in firestoreOverview I use firebase's cloud firestore to store my app's data. This time, I wanted to save the Map data in the firestore, but there...
Aug 8, 2021[Flutter/dart] Determine if the login is first login in firebase_authSummary If you are using the login function with a google account etc. in the app, you may want to determine whether it is the first...