Linking Admob to Firebase - firebase

I have created a project in firebase. I have also added an app in Admob with two banner ads. When I try to link this app to Firebase project, it always gives me this error :
Unable to link app to Firebase. Please refresh the page and try again.
I tried refreshing the page and link the firebase project but no luck. It suggests me the firebase projects to choose in the dropdown, but when I try to link to a specific project, it doesn't allow me to link.

The error you're seeing,
Unable to link app to Firebase. Please refresh the page and try again.
is the base case message, unfortunately. It means that an unusual error has occurred, one so uncommon that it doesn't have a message of its own.
One reason we have seen it come up for people is that they've linked their AdMob app to a Firebase project, then deleted that project without unlinking it. This leaves the AdMob app tied to the dead project and unable to be linked to a new one. If that might be the case for your app, try this workaround:
Log into the Google Cloud Console (http://console.developers.google.com/)
Restore your project from deletion by using the steps listed here: https://support.google.com/cloud/answer/6251787
Unlink that project from your AdMob app using these steps: https://support.google.com/firebase/answer/6387949
Link your AdMob app to a new project as normal.

typically this happens if the project owner in Firebase is not the same user as the AdMob user trying to do the linking.

Related

Firbase Deploy directs me to Welcome page

I made some changes to my project and then tried to deploy again. I did firebase init, then followed the usual steps, and then firebase deploy. The URL I was provided leads me to the page in the image below. What I am doing wrong?

Error occur after changing firebase project

I have a little app with authentication and simple crud methods. I decided to change my app-connected firebase project to another new project. before I change the firebase project app was worked fine. but after change it, the authentication part works fine, but when I go to retrieve some data it shows the following error.
D/FirebaseAuth(20666): Notifying id token listeners about a sign-out event.
D/FirebaseAuth(20666): Notifying auth state listeners about a sign-out event.
before I change the firebase project app was working fine.
I add JSON file correctly
are there any changes to do after change firebase project
please help me this situation is so hard.
it shows the following error too. Problem is app was work fine I am 100% these problems occur after change firebase project

error publishing application could not access deployment

OMG
Just as i go to deploy an app, i start getting this message :
Error publishing application: could not access deployment (File may have been deleted in drive or you may no longer have permission to access it).
screenshot
So i am the admin of my gsuite account and the owner of the file. tried turning off and on the appmaker in the admin page of gsuite.
Just before i got this message i deleted a bunch of defunct scripts from my drive. could this be related? could it be related to the projects in the cloud platform?
i have 'deployed' the app using the [PUBLISH] button which works fine!
thanks for anyone who can help
i didnt find out the cause of the issue but this problem can be worked around by exporting the app to zip, creating a new app and importing the zip file...
just answering this here incase someone gets stuck with the above message.

Upgrading Firebase: "Unable to load your database"

I migrated my projects to the "new" Firebase via google.com. When I try to access my project database, I get only "Unable to load your database." I'm also making an assumption here that the "realtime database" replaces the old Dashboard where I can see data being added or removed from Firebase by my app.
There is no explanation whatsoever beyond the above message. Yet I know there is accessible data there because the listeners in my app continue to respond to it. Can anybody help? Thanks in advance.
Fixed it!
Signed out from my Google account and logged in again.
Another way: open the console (F12) in the browser and run localStorage.clear()
You have solved the problem and easily you should close the tab and reopen the home page in Firebase you have reload the firebase website or close than you web browser and reopen again but your have close all tab and reopen page in Firebase and open your project and see

Unable to deploy Meteor's sample app and get weird error

I am trying to deploy a sample app from the tutorial on the Meteor website using the following line
meteor deploy simple-todos.meteor.com
but I get the following message:
Sorry, that site belongs to a different user.
You are currently logged in as valerierickert.
Either have the site owner use 'meteor authorized --add' to add you as an authorized
developer for the site, or switch to an authorized account with
'meteor login'.
Then I logged in and still got the same error. What am I doing wrong?
It simply means that someone already deployed a Meteor App at this address, which is not surprising because it's the name showcased in the official Meteor tutorial.
http://simple-todos.meteor.com/
You just need to choose another identifier like valerier-todos.meteor.com which is probably not taken at the moment.

Resources