Offline Support
Last updated
Last updated
Firebase has native support to an offline feature, that allows you to query and post data from and to the user's browser cache, instead of the server, when there is no connection available. When an internet connection is available again, it sends the changes to the server.
You can explicitly activate this feature on the plugin when you specify "offline support" as "true" on the plugin settings (see image below).
Before v5.0.0, this feature was enabled by default, but we decided to make it optional, since offline support is not always a requirement for business in general, specially when build on Bubble.io. Also, sometimes working with cached data might lead to some inconsistencies, because the offline changes uploaded to the server will be considered the most recent ones.