Jude Selase Kwashie
Jude Selase Kwashie
Hi @milaGGL, here is the repro code I used ```kotlin class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) val docRef = Firebase.firestore .collection("your-collection-id") .document("your-document-id") // π Snapshot...
Hi @Colman , thanks for the report. I'm able to reproduce this issue. ### Steps to Reproduce 1. Run the code below 2. Update Remote config value in Firebase Console....
Hi @Colman , as a workaround, you can do something like: ```dart final _onConfigUpdatedStream = FirebaseRemoteConfig.instance.onConfigUpdated; @override void initState() { super.initState(); _onConfigUpdatedStream.listen( (event) { print('event1'); }, ); _onConfigUpdatedStream.listen( (event) {...
I'm unable to reproduce this on `firebase_messaging` 15.1.2. Kindly bump your firebase_messaging version and try again. I'll be awaiting feedback.
Hi @cbenhagen, I don't think this has been officially released.
There's not much we can do until this is officially released in the native SDKs, as FlutterFire is just a wrapper around them. I'll keep this open to track the...
Hi @qonto-android-team, could you provide clear steps on how to reproduce this?
Hi @rednez , Thanks for submitting this report. I'm able to reproduce this issue. Reproduced with `firebase_messaging` example app
Hi @WillPRally, thank you for bringing this up. The `output-style` options (`single` or `compact`) control the formatting of results but donβt remove shard timing details. According to the docs, `compact`...
Hi @PhanVanLinh , thanks for the report. Is this the entire log?