firebase-console

Export data from Firebase Crashlytics console?

橙三吉。 提交于 2020-03-03 12:35:26
问题 I'm trialling Firebase Crashlytics and the console display of log data is messed up (see image below.) Is there any way to export the full crash report? I can't see one in the Firebase console - I never used the original Crashlytics but I see that it has an export facility. 回答1: There isn't a way to export crashes with the beta version of Crashlytics in Firebase. It's something we're thinking about though. What platform and browser is that screenshot on? Would love to get that fixed up. 来源:

How can I rename the Firebase Project ID?

∥☆過路亽.° 提交于 2020-01-31 02:38:06
问题 I succeeded to rename my Firebase Project Name. I want to rename my Project ID as well, yet, it looks read-only. I tried via Settings -> General , and via Permissions -> IAM etc, but with no success. Does anyone know of any way of doing it? Thanks! 回答1: firebaser here There is no way to change the project ID of a project. 回答2: I had to Delete my project and Create a new one. How to Delete : Settings -> Permissions -> All Projects How to Create here. Do not forget running: firebase use --add

Firebase set data structure

寵の児 提交于 2020-01-24 12:11:50
问题 Hi I'd like to know if there's a way to force the DB structure when using Firebase Console. For example I need to add an object with name: "Sample" and value: 3, then when I want to add another object i can only insert object with the same structure (name and value). Is there any way to achieve this? 回答1: There is no way to enforce a certain data structure when entering data using the Firebase Console. When you access the Firebase Database through the Firebase Console (console.firebase.google

How to recover deleted project from firebase console

风流意气都作罢 提交于 2020-01-19 03:42:44
问题 I imported my project from by using Import Google Project in firebase console. Then I deleted it permanently thinking that I will again import it. But now when i click to import, that project is not coming in the list. Kindly help me set it. Thanks in advance! 回答1: There is a period of roughly 30 days, during which deleted projects can be recovered. To recover your project click here. Go to the bottom left and click on the pending deletion link to recover your deleted project. Click on the

How to recover deleted project from firebase console

和自甴很熟 提交于 2020-01-19 03:42:11
问题 I imported my project from by using Import Google Project in firebase console. Then I deleted it permanently thinking that I will again import it. But now when i click to import, that project is not coming in the list. Kindly help me set it. Thanks in advance! 回答1: There is a period of roughly 30 days, during which deleted projects can be recovered. To recover your project click here. Go to the bottom left and click on the pending deletion link to recover your deleted project. Click on the

Google Cloud Firestore console reading of all documents and charges

无人久伴 提交于 2020-01-13 20:46:11
问题 I am new to Firestore so I have a Profiles and Users collections. In the Cloud Firestore Console when I click on Database > Firestore > Data tab > Profiles or > Users the console is reading ALL the documents in each collection. These reads are counted in the Usage tab. So my question is if I have lets say 500K documents in the Profiles collection and clicked on Data I will be charged for reading 500K docs just to view the first 25 docs only. Just clicking on Data tab the console reads all the

Is there a way to use Firebase Legacy console from new account

给你一囗甜甜゛ 提交于 2020-01-04 06:14:41
问题 I have a project which uses instructions for the Firebase v2 but even trying to log in to https://www.firebase.com and choosing Login to Legacy Console signs me in to https://console.firebase.google.com which I believe may be happening as my account is new and I have never had an application on the Version 2 console. So my question is if anyone knows a way to get access to the old console even with a new account? I've searched existing questions,but they do not help in this instance including

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

*爱你&永不变心* 提交于 2019-12-31 08:58:47
问题 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

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

点点圈 提交于 2019-12-31 04:11:15
问题 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

In the new Firebase console I can't edit the name of nor move nor clone any node of a realtime database

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-28 16:54:29
问题 In the new Firebase console I can't edit the name of nor clone nor move any node (change parent) of a realtime database I have even tested setting Rules to Public. Is this by design ? What then, is the use of this console ? ONLY to change child values ? 回答1: There is indeed no way to clone a node or rename a key in the Firebase Database console. Since the Firebase Database API doesn't have a clone/rename operation, we also don't have an equivalent in the UI. Note that this operation also wasn