I created an application (Android) to allowed an association to share some events with their community. I used firebase to stored the data of these events.
When an administrator remove an event (in the app). This event is removed on the database and for all user who had the app opened. After this if an other user open her app, the event who was removed will be re-upload on the database.
The Persistence are enabled to allow the usage without networks. I don't know how it's possible for firebase to update the database with the values contained in the "Firebase cache".
Anyone have an idea why the data came back after their delete ?
It seems that this bug is due to a difference between the versions of the application that had the different users.
In the last version i had :
databaseRef.keepSynced(true)
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
I'm trying parameterize style attributes for a merge layout to avoid duplicate code and get more reuse out of itThe layout, ButtonBar_LabeledButton_merge, has an ImageView and TextView that are each styled respectively:
I am trying to understand the actual concepts of the lifecycle methods of an Activity
Now im stuck, and hope someone can help mewhen i press rebuild project i get this error