firebase-console

How to solve this issue on Firebase admin panel?

自古美人都是妖i 提交于 2019-12-04 06:15:45
问题 I'm trying to integrate firebase on Android project. Everything works well, but I could see the customized class members was sorted in alphabetically rather than defined order when I visit Firebase Admin. Here is customized class on Android code: @IgnoreExtraProperties public class trackingData { public String Time; public double S1 = 0.0; public double S2 = 0.0; public double S3 = 0.0; public double S4 = 0.0; public double copX; public double copY; public double copD; public double VelocityX

Firebase Audience Targeting on Count Operators

只愿长相守 提交于 2019-12-04 05:25:40
问题 I use Firebase Analytics & Audiences for event tracking & push notification campaigns. I want to target my app's users that did not have an in_app_purchase across their entire lifetime. I created the following tests in the Firebase Analytics Audiences dashboard, but could unfortunately not save & create the audiences: Test 2 below does not work with in_app_purchase Count < 1 . Test 3 does not work with in_app_purchase Count = 0 . I assume I am not the only one that want to grow their buyer

Web application not registering in Firebase project console

a 夏天 提交于 2019-12-04 03:13:05
问题 In my project console, I get this message. There are currently no apps in the project FancyProject I then receive the instructions to include Firebase in a script tag in my application. However, I have already included it in my React application as the following and I have checked to make sure that it registers. I am also able to update my Firebase database as well in my application with no problems. How come this doesn't get added as an app in my project console? import Firebase from

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

耗尽温柔 提交于 2019-12-03 22:31:29
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); } You should have done searching by yourself first. Here you are, Open Firebase Console Select your app, and go to

Can't deploy project to firebase

杀马特。学长 韩版系。学妹 提交于 2019-12-03 13:02:11
问题 I try to deploy my app to firebase but it's fail. $ firebase deploy --project af2test ⚠ Your CLI authentication needs to be updated to take advantage of new features. ⚠ Please run firebase login --reauth Error: Unable to authorize access to project af2test Note: This version of the Firebase CLI is only compatible with projects upgraded to the new Firebase Console. To access firebase.com apps, you will need to use a previous version: npm install -g firebase-tools@^2.1 To access the Firebase

Google Firebase - how to delete Crash reports?

你离开我真会死。 提交于 2019-12-03 12:27:37
问题 Have I finally gone blind or is there not an obvious way to delete Firebase Crash reports through the Google Firebase web console? My Android app is successfully logging reports but now I have a flood of "development crashes" that are eating up a lot of my view in the console. It makes it very difficult to find actual beta user crashes (especially since I also can't seem to filter the crashes by date/time). Any help is much appreciated. 回答1: The best thing you can do for the long term is to

Is there any UI Console where I can query the Firebase Database? [closed]

怎甘沉沦 提交于 2019-12-03 10:26:52
问题 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 . Is there any UI Console where I can query the Firebase Database?? Basically I wish to query the data just like we can query other databases using UI 回答1: EDIT: As mentioned in the comments, the docs link is currently dead. This project might be abandoned. Please try the next answer . EDIT 2: I removed links to

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

吃可爱长大的小学妹 提交于 2019-12-03 09:49:33
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 Console or Apple Developer Portal? Or Can I simply create new certificates with the matching bundle IDs as

Is there any UI Console where I can query the Firebase Database? [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-03 00:54:47
Is there any UI Console where I can query the Firebase Database?? Basically I wish to query the data just like we can query other databases using UI EDIT: As mentioned in the comments, the docs link is currently dead. This project might be abandoned. Please try the next answer . EDIT 2: I removed links to the software and docs since it looked like some phishing website took over the domain. Original answer: Check out Firebase Admin. It's a UI for Linux, OSX and Windows and it has a Query tab that lets you experiment with queries. Read the docs on how to create the private key the app needs to

“Error loading documents” on Cloud Firestore when console left open for a while

房东的猫 提交于 2019-12-02 18:08:15
I noticed a quite new phenomenon which is that when I leave the console open for over a couple of minutes I get an "Error loading documents" error on all my collections until I refresh the page. This never happened before regardless of how long I left it open. The only thing that has changed was that I was experimenting with the rules, but at the end went back to the default setup. My question is whether this might have repercussions on how my users access their information. Please see below the current rules (commented are the ones that I published for about 10 minutes to test). service cloud