firebase-console

Your Operation was forbidden issue in Firebase Console

↘锁芯ラ 提交于 2019-12-10 00:40:36
问题 I created an Android Project. Now I want to add Firebase into my android project. I register my application on firebase console. Now When I try to add my sha-1 key in to project it gives me following error. I search on google and stackoverflow but didn't receive any proper answer. According to some answers this error occurs when I insert same sha-1 key in to another project of firebase. Let me tell you that this is my only project in firebase console. I do not have any other project in this

Get credentials for desktop Java SE Firebase project

雨燕双飞 提交于 2019-12-08 07:00:55
问题 I'm trying to access a Firebase database in desktop (non-Android) Java, and can't find where to download the dedifferentiate credentials JSON to initialise the API. There's an option to get started for Android, but that requires putting in an app name and fully-qualified identifier, which isn't applicable for a desktop project. Is there another way of obtaining this file? Or is there an alternative initialisation option? 回答1: From the firebase-talk mailing list: We currently don't have an SDK

Unable to load your database (Firebase) [closed]

痞子三分冷 提交于 2019-12-08 02:03:18
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . please I get the error with that my firebase database cannot be loaded. It is connected to my Android app. 回答1: Firstly, Check your connectivity with server. Sign Out of Google and log in after a few minutes. It will be back to normal. 来源: https://stackoverflow.com/questions/46378042/unable-to-load-your-database

Get credentials for desktop Java SE Firebase project

ぐ巨炮叔叔 提交于 2019-12-07 15:44:32
I'm trying to access a Firebase database in desktop (non-Android) Java, and can't find where to download the dedifferentiate credentials JSON to initialise the API. There's an option to get started for Android, but that requires putting in an app name and fully-qualified identifier, which isn't applicable for a desktop project. Is there another way of obtaining this file? Or is there an alternative initialisation option? From the firebase-talk mailing list : We currently don't have an SDK that is intended for Java desktop apps. We do have a Java server SDK , but it requires a service account

How do I delete a database from Firebase?

荒凉一梦 提交于 2019-12-06 18:18:28
问题 This must be staring me in the face, but don't see the command. How do I delete an unused Firebase DB from the Console in the new Firebase? And Google did not help with an answer, which is kind of a first. 回答1: THIS DELETES THE ENTIRE PROJECT To delete ONLY the database just delete the top level object/node. Click on your project (the white box below, hiding name ): Then click on gear (settings) icon and click "Project Settings": Scroll to bottom and click "DELETE PROJECT": 回答2: Another way

Unable to load your database (Firebase) [closed]

半城伤御伤魂 提交于 2019-12-06 11:15:10
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . please I get the error with that my firebase database cannot be loaded. It is connected to my Android app. Firstly, Check your connectivity with server. Sign Out of Google and log in after a few minutes. It will be back to normal. 来源: https://stackoverflow.com/questions/46378042/unable-to-load-your-database-firebase

Where can I find my Firebase reference URL in Firebase account?

南楼画角 提交于 2019-12-05 12:51:53
问题 In the third last line of the below code, how can I find the firebase URL. I am not able to find it. Can anyone provide me the best link on how to setup firebase facebook login with android. public void saveUser() { //Add YOUR Firebase Reference URL instead of the following URL Firebase myFirebaseRef = new Firebase("https://androidbashfirebase.firebaseio.com/"); //<---- How to find this myFirebaseRef = myFirebaseRef.child("users").child(getId()); myFirebaseRef.setValue(this); } 回答1: You

How do I delete a database from Firebase?

China☆狼群 提交于 2019-12-04 23:49:26
This must be staring me in the face, but don't see the command. How do I delete an unused Firebase DB from the Console in the new Firebase? And Google did not help with an answer, which is kind of a first. THIS DELETES THE ENTIRE PROJECT To delete ONLY the database just delete the top level object/node. Click on your project (the white box below, hiding name ): Then click on gear (settings) icon and click "Project Settings": Scroll to bottom and click "DELETE PROJECT": Another way if you don't want to delete the project, and just the database, is to create a file on your computer empty.json

Firebase Crashlytics not showing crash report in console dashboard swift

半腔热情 提交于 2019-12-04 23:00:57
I have setup all these steps and bundel id on Firesbase Dashboard and tried crash many times but not getting any report. pod 'Firebase/Core' pod 'Fabric', '~> 1.7.2' pod 'Crashlytics', '~> 3.9.3' In Build phase added run Script : "${PODS_ROOT}/Fabric/run" Debug Inforation Format : DWARF with dSYM File running in simulator with following steps (IBAction)crashButtonTapped:(id)sender { [[Crashlytics sharedInstance] crash]; } Click play_arrow Build and then run the current scheme in Xcode to build your app on a device or simulator. Click stop Stop running the scheme or action in Xcode to close the

The Bundle ID in the certificate does not match the Bundle ID you entered

百般思念 提交于 2019-12-04 15:46:48
问题 My Bundle ID of the certificate does not match the Bundle ID entered in the Firebase console and when I try to upload the certificate for Cloud Messaging. I get the error: The Bundle ID in the certificate does not match the Bundle ID you entered. My question is, what’d be the best way to match the Bundle IDs of my project in Xcode, Apple Developer Portal, and Firebase Console? Do I create a new app in iTunes Connect and then generate new certificates? Can I change Bundle IDs in Firebase