Firebase, cloud messaging and problems receiving background notifications

2020-12-11 18:39:36.965 14746-14746/your.bundle E/RNFirebaseMsgReceiver: Background messages only work if the message priority is set to ‘high’ This is something you can find in your adb logcat output when sending a push notification (cloud message) and your app is in background. More specifically, the problem is mostly related to the idle status of your device. This … Continue Reading

Exploring Firebase CLI with some Firestore tips

Introduction: Firebase CLI According to the github page of the firebase-tools project, the firebase cli can be used to: Deploy code and assets to your Firebase projects Run a local web server for your Firebase Hosting site Interact with data in your Firebase database Import/Export users into/from Firebase Auth The web console is fine for … Continue Reading