Turburlar
Turburlar
My app has already created an Android notification channel in kotlin for use by firebase messaging. When specifying a channel in AndroidNotificationDetails, you must specify an channelId and a channelName....
I am initializing Firebase with a specific project. I am then passing the resulting FirebaseApp to FirebaseFirestore.instanceOf method. Then when I try to write to a collection, I get the...
When looking at the getting started guide, it is unclear how things work on iOS and Android. For example in the getting started guide there is the following line... `Workmanager().registerOneOffTask("1",...
It would be helpful if this plugin exposed Android NotificationListenerService functionality to improve notification cancelling behaviour. For example, notifications that arrive using FCM are not able to be cancelled using...
Firebase cli version: 11.14.3 **firebase-tools:** MacOS 12.6 and Ubuntu 22.04 I am testing my app using the firestore emulator. When writes occur from the app, they are not reflected in...
This will allow for cleaning up of resources when the service is stopped. For example my background opens streams to firestore in the onStart method, and there is no way...
I am using firestore in my app, along with crashlytics. I have received multiple crashlytics reports for ANRs happening with the following stacktrace... ``` main (runnable): tid=1 systid=11035 #00 pc...
It would be nice if a select group of Android NotificationListenerService methods like [cancelNotification()](https://developer.android.com/reference/android/service/notification/NotificationListenerService#cancelNotification(java.lang.String)) were exposed at the Flutter level. This way when callback are triggered in Flutter code, action...
I am assuming this is because this query is currently not supported. That being said I am not certain that it is the case. Maybe a more informative message here...