Firebase went to huge update and now I have to update my apps as well. I created projects and later apps with one email (this is my backup email). And I use AdMob for monetisation but with another email (this is my main email). I set my billing and everything in AdMob so it is impossible to connect project with AdMob when project is associated with one account and AdMob with another.
Is there some (easy) way to transfer my project to another account (which uses my main email) so I can sync all services?
Thanks in advance
You can add your other account as an Owner to your project.
Go to https://console.firebase.google.com
Select your project
Go to the cog icon in the left nav
Select Permissions
Press ADD MEMBER
Set role to Project > Owner
Your other account should get an invite, and then get access!
Related
for a project on which I work, we would like an admin user to be added to the database at the start of the first deployment automatically because for the moment it is done manually. if you have tips please share them with me
i'm quite new to Firebase and currently having some trouble trying to implement a custom role for my project. Is there a way to set a role with only Database permissions (add and delete) and another one responsible only for Authentication? Thanks in advance!
This level of granular access control is being rolled out in the Firebase console right now. If your project has it, you'll find it by:
Click the ⚙︎ at the top left.
Click Users and permissions.
Click the row of the user who's permission you want to change.
Click the Roles dropdown.
Click Assign Firebase roles
Select the roles you want to give to the user.
You'll note that the database role is still less granular than what you want, you can simply allow the user to edit the database or not.
You can customise access from project settings in firebase console.
Search for settings icon at upper left corner and then go to project settings. There will be some option of users from where you can customise access.
I have started to use Google App Maker and would like to collaborate on an app with a colleague, however when I add a user via the share app button (top right) that user does not have the ability to edit, public or preview the project, they are just able to view the project
You made a right first step. App Maker creates its project files in Drive and you can share them like any other files with your colleagues.
The biggest difference with AM projects is that you can grant edit permissions only to people from your domain. Everybody outside the domain will be able only to view the app.
Another AM peculiarity that worth mentioning is that deployments ownership could not be transferred or shared (only deployment's owner can republish it), but deployment owner cannot delete the deployment (only project's owner can delete deployments).
You can find more details by following the link - https://developers.google.com/appmaker/security/secure-your-app
I have add a apps (BC API DISCOVERY ) in adobe business catalyst. But after add this app then showing a message in yellow box like
(This application is already installed on your site - but it needs to be authorized in order to function.Please contact your developer to authorize the app to run on your site and access your data.)
Please check also a screenshot
enter image description here
Take a look at this article - http://docs.businesscatalyst.com/developers/faqs/api-related-faqs#authorize-first
Basically you can copy the files from one site to the other, however, the first time you need to authorize the app. To do this log on with a partner user and you will have a button to authorize the app.
Do note the site you are authorizing the app for needs to be under your own partner portal.
If you are still having trouble let me know:
-the site you are trying to install the app on
-the app key
-the username you are logging in with
Thanks
Aayush Vashishtha
I would like to know if a Firebase project can share only specific service?
I own one Firebase project and I want to share only the analytics part to my teammate. But I go to console.firebase in users and permissions -> IAM, I can only choose my teammate to be an owner, editor, viewer etc. for the complete project.
Is there a way, I can only share the access to the analytics part?