Tag : real-time

Read more

I have a Flutter app with a Firebase Firestore database.
I want to integrate my app with Google Calendar, and I need the app to have real-time access to the calendar data.
Moreover, my app needs to manage some data associated to each calendar event that is app-specific and goes beyond the scope of Google Calendar itself.
So I need to store this additional information somehow in the Firestore database.
In summary, the app needs to be ab..

Read more