liquid_firebase 0.1.1
liquid_firebase: ^0.1.1 copied to clipboard
Firebase Analytics (Google Analytics for Firebase / GA4) destination for liquid_analytics.
Changelog #
0.1.1 #
- Now requires
liquid_analytics^0.1.1, which fixes two correctness bugs in the core: consent is re-checked when the delivery queue drains (a revoked grant could previously still ship queued events, even after a restart), and event order is preserved when middleware is asynchronous. - README: document the typed
LiquidEventAPI alongside the string API. - Add an
example/demonstrating this adapter end to end.
0.1.0 #
- Initial release of
liquid_firebase.