-
I can access my domain and do linkWithPopup for Google and Facebook and it works ok.But when I set Browser key Firebase api Key restrictions I get this message:iframe.js:187 Info: The current ......
-
In my app, I use a rest API to connect to an online web service. For this, I use sensitive data like username password but also some keys. You can see the problem when someone decompiles my app and ......
-
I have a k8s app (let's call it App1) written in NodeJS that is sitting on a GCloud project (let's call it GCP1). App1 currently uses:a Cloud Datastore in another project (GCP2). App1 authenticates ......
-
I currently have an application that send the same Notification to all devices(web/android/IOS). But my goal is to send one url for web and a different url to android/IOS. For example:Web: https://......
-
I have a self-hosted Parse Server, where I am sending push notifications. iOS works fine. For Android I have following problem:When I send through the Firebase Console the Notification is displayed ......
-
I have a firebase codebase that is set up with two different project aliases default and staging using firebase use to point to two different projects.$ firebase useActive Project: staging (my-......
-
In this week I started using Firebase Test Lab and it's awesome, but I have a problem. Can I change the name of the matrix? In documentation I don't see any solutions.https://i.stack.imgur.com/C3jkk.......
-
Using flutter I try to retrieve the current position using StreamSubscription and getPositionStream in geo locator.But I keep getting the error: Error: The method 'getPostionStream' isn't defined for ......
-
I made several traversal on the map that I saved in the database, but now I want to show one of those tours on the map.This is my provider traversal:class TrayectosProvider { final String _url = '......
-
I am working on a project that when a user cancels their plan, all their documents should be updated to deactivated except for a pre-defined number of documents that are allowed to stay active. The ......
-
When I start the functions locally (firebase serve --only functions), it can read & write the Firestore data but when it comes to send the push notification it fails with the following error. It ......
-
I use firestore triggers to trigger a cloud function which performs a certain task when an update to a firestore document happens.Also, I have set a max instance count to my firestore cloud function.......
-
I have a test environment for cloud functions and a production environment. I usually leave console logs in when deploying to production because if it somehow breaks I can easily debug and see what ......
-
How to use Google Firebase Console in English language? By defauld it uses a default system language as it seems....
-
I have a simple thing to achieve. I have 2 screens in my app, on the main screen i have a button which navigates me to a new page called Interests. The Interests page is a list of checkboxes(for which ......