I am trying to add a collaborator on firebase.But the issue when the other team member insert the link that got from email he cant see the app. It's opens new firebase site and not the old one.
Any idea how can I add him to my firebase app to db?
It is no longer possible to invite non-firebase users to a classic Firebase project (where you access the dashboard through .firebase.com).
Inviting existing Firebase users to such a project should still be possible. But if the developer you want to add is not yet a Firebase user, the way to give them access is by upgrading your project to the new Firebase console (firebase.google.com) and add them there.
Related
I am new to Firebase. I need to give access to my developer for the my Firebase Project. I gave him 'Editor' role but he was not able to access Firestore. Shouldnt the Editor role give him access?
I am the 'Owner' of the project. Please advise how to achieve this.
Thanks
I am unable to create a new user property on Firebase because in this project the button "Create new user property" doesn't appear as it does in other projects, even having Firebase Admin Permissions.
Is it a bug? Can be something related to the project setup? I have no idea what else can be as there is no documentation about it.
Screenshot of the project with no button available:
Screenshot of another project with the button available:
Per Firebase-level predefined roles, Firebase Admin role should have full read/write access to all Firebase services. I tried to replicate this issue on my end, but I am able to see the 'New user property' button with Firebase Admin, Grow Admin, Owner and Editor roles.
I suggest you visit the users and permissions tab under project settings in the Firebase console and double check if you indeed have the correct permission. If so and still not able to see the 'New user property' button, then file a bug on Firebase support.
I am currently working on a combined Android and WordPress project for a restaurant. I need to connect WordPress to an existing real-time Firebase database and authentication. My Android is working with Firebase and supports sending and retrieving data but I am unable to apply this with WordPress. So far the database does not update properly and no changes are shown on the app. I am using WordPress for the admin to make change prices, add new food, and generate reports. The Android component is customer facing and intended to allow ordering food.
I have tried using a normal static website and it was connected to Firebase but I am unsure how to implement this with WordPress.
There is a plugin - Integrate Firebase that connects Firebase to Wordpress.
I have been able to get it working, but it seems to work on the API key rather than using a service account. Which means you need to have the rules set in firebase.
The author seems reasonably active, so I am hoping to get more info about connecting with a service account (rather than API), in which case I'll post it here for you.
I'm trying to integrate Firebase with Crashlytics for my app. When I click the "Link apps" button on the Fabric / Firebase linking page, I get a Unable to create link, you do not have the required Firebase permissions to create links error.
The question is: exactly what kind of permission is needed? (I've got editing privileges - I'm not the owner of the project).
Mike from Firebase and Fabric here. You need to be an owner in Firebase and an admin/owner within Fabric in order to set up the linking flow.
It's the first time I'm developing an app not by myself, but together with another guy. This app uses Firebase backend and we both need access to realtime database to modify nodes related to those parts which we're developing.
Is there a way to provide access to a single Firebase project to different users without me sharing my Google account credentials? Something like collaborators on GitHub?
Permissions is actually used for this.
Go to your Firebase Console and select the specific project.
Click on Settings (Cog button beside Overview) and select Permissions. This will redirect you to the Google Cloud Console, IAM & Admin part.
Click on ADD. Under Members, type in the Gmail of the other user, and in Roles, select Project > Editor.
Click on ADD.
From there, the corresponding Firebase Project should be visible on the other user's Firebase Console in a few hours. (However, if you're in a hurry, you could just copy-paste the link of the project with the other user logged-in on Google and they would still be able to access it).
From there, they'd be able to edit out the Database part or whichever you needed.