firebase-console

How to solve this issue on Firebase admin panel?

陌路散爱 提交于 2019-12-02 11:22:01
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; public double VelocityY; public double VelocityD; public int copScore; public int stabilityScore;

Time it takes for a project (Firebase and Cloud) to be completely deleted with its SHA1 key credentials?

牧云@^-^@ 提交于 2019-12-02 06:05:14
I deleted my project from Firebase console and from Google cloud console. After deleting the projects, when I am trying to connect Firebase in my Android app, I am getting this error Firebase No clients were able to be added to your Firebase project for the following reasons: An app with this package name and SHA1 is already connected to a Google project. If you have used a Google API previously, please select that project in the Connect to an existing project list. Client Package Name: com.myproject.firebaseandroid Client SHA1: [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX] Any help is

Firebase Audience Targeting on Count Operators

半城伤御伤魂 提交于 2019-12-02 02:58:21
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 segment. So, I am curious how one would be able to create this audience in Firebase (and target them

Firebase Realtime Database in console not working?

女生的网名这么多〃 提交于 2019-12-01 06:28:13
问题 When I try to delete or edit a node in my realtime database, I always get the info that I have to select a key with lesser elements to change something, else it is in read-only modus. But when I click a low level node, nothing happens. So I actually can change nothing in my DB from console :( A week ago I didn't see this warning and everything works great! Any idea how I can get back to working version? I also think the german translation is not very good, because it tells me that I should

Hide data in firebase console

爷,独闯天下 提交于 2019-12-01 05:38:13
I am new to firebase and I am doing for chat application. In my firebase console, I can see raw data like this. Since it is private information, can I hide some info (or all)? If I cannot hide, I have used encryption for "text". So, in my mobile device, I encrypt and decrypt. It is still okay. Problem is I cannot search/query text because it is already encrypted in server. How shall I do? If I can just hide data in firebase console, I don't need to do encryption, etc already. Purpose is to prevent developer (like me) to see user data. There is no way to hide certain data in the Firebase

Firebase dashboard can't see full server key

岁酱吖の 提交于 2019-12-01 04:49:17
When looking at my server key in the Firebase dashboard, the server key is cut off and I'm not sure how to see the entire string: The Legacy server key has a copy button I can use, but the new server key does not. How can I copy or see my full new server key? Vishu Just left click on the Server key label and press Tab key. 来源: https://stackoverflow.com/questions/44676388/firebase-dashboard-cant-see-full-server-key

Cannot create new project in Firebase console

南笙酒味 提交于 2019-12-01 04:14:45
While I creating project in the Firebase console, I getting the error "You have exceeded the maximum number of free Google projects that you can create. Try deleting unused projects in the Google APIs console or request a project limit increase". I removed unused projects from Firebase console, now i have only 2 projects in Firebase console, still it showing the error. Is there any limit for project creation in Firebase? Firebase Projects are tied to a Google Cloud Service Project. Deleting the firebase project won't automatically delete the Google Cloud Service Project. If you want to delete

Hide data in firebase console

你。 提交于 2019-12-01 03:51:21
问题 I am new to firebase and I am doing for chat application. In my firebase console, I can see raw data like this. Since it is private information, can I hide some info (or all)? If I cannot hide, I have used encryption for "text". So, in my mobile device, I encrypt and decrypt. It is still okay. Problem is I cannot search/query text because it is already encrypted in server. How shall I do? If I can just hide data in firebase console, I don't need to do encryption, etc already. Purpose is to

Firestore DB - documents shown in italics

♀尐吖头ヾ 提交于 2019-12-01 03:49:13
Can someone explain this to me. I am working with node-firestore-backup-restore-master backup script for Firestore from github. Got it working but it only reads one document of the list of documents I have in a collection. The one it reads is in normal text the remaining are in italics and a message for the ones in italics says they don't exist and wont appear in queries. They do exists and the associated documents and fields that appear when I query from my IOS app but not from the Node.js backup script. Any thoughts?? Dave If you create documents with sub-documents and then delete the top

Firebase dashboard can't see full server key

守給你的承諾、 提交于 2019-12-01 02:15:53
问题 When looking at my server key in the Firebase dashboard, the server key is cut off and I'm not sure how to see the entire string: The Legacy server key has a copy button I can use, but the new server key does not. How can I copy or see my full new server key? 回答1: Just left click on the Server key label and press Tab key. 来源: https://stackoverflow.com/questions/44676388/firebase-dashboard-cant-see-full-server-key