firebase-console

How can I order the documents in Firestore?

◇◆丶佛笑我妖孽 提交于 2021-02-16 14:19:33
问题 How can I order the documents in Firestore? It looks like Firestore lists documents in alphabetic order by the ID I let Firestore automatically create. But I don't want that. I just want to see my newly added document added as the last document in the collection. How do I do that? Should I create my own alphabetic ID's? Example of my collection in Firestore: 回答1: Firestore is meant to scale massively. At that scale, it doesn't matter what order the documents appear in the console, because the

How to get firebase real-time database usage programmatically

假装没事ソ 提交于 2021-02-05 11:42:33
问题 Is there any API available for getting real-time database usage. We need to show usage and related info on our dashboard and my client don't want to visite firebase consol and option for the upgrade or downgrade plan programmatically 回答1: There is currently no API for this. You may file a feature request here. 来源: https://stackoverflow.com/questions/52620717/how-to-get-firebase-real-time-database-usage-programmatically

how to add more than one android app to your firebase project?

落花浮王杯 提交于 2021-02-04 21:08:19
问题 Is it possible to add more than one android app to the same project in the firebase console? I've been trying to find the answer and it seems like the interface has changed or I just can't find the right place to add an additional app to the project. basically i'd like to have more than one app listed here where it says "your apps": maybe i'm missing something but as far as I understood this is the way to get a google-services.json file that I can use for FCM. (if this is the wrong way to go

How to completely disconnect an Android app from Firebase (in Android studio)

僤鯓⒐⒋嵵緔 提交于 2021-01-27 13:30:34
问题 I want to completely disconnect my app from Firebase. This question has been asked several times (e.g here). Most of the answers focus on disconnecting an app from Firebase within the Firebase console and not within Android studio . After disconnecting my app from the Firebase console. Everytime I try to reconnect the app to another Firebase project, an error balloon pops up stating that the app is already part of a Firebase project. I know this behaviour occurs because some files from the

Firebase Storage - Image preview is permenantly loading

半世苍凉 提交于 2021-01-20 08:47:14
问题 I've started working with firebase storage and firebase functions recently. Right now I've been developing file upload from functions to storage . I've got it working (upload is done and file appears on the storage section), yet, the image, stays like this forever (loading forever on the right side): I though that it was an error from my code. Yet, if I open Google Cloud Platform - Storage, the image appears and I can open it and preview it. In firebase storage, if I open the image (select on

Firebase Storage - Image preview is permenantly loading

删除回忆录丶 提交于 2021-01-20 08:46:33
问题 I've started working with firebase storage and firebase functions recently. Right now I've been developing file upload from functions to storage . I've got it working (upload is done and file appears on the storage section), yet, the image, stays like this forever (loading forever on the right side): I though that it was an error from my code. Yet, if I open Google Cloud Platform - Storage, the image appears and I can open it and preview it. In firebase storage, if I open the image (select on

Firebase Storage - Image preview is permenantly loading

随声附和 提交于 2021-01-20 08:46:25
问题 I've started working with firebase storage and firebase functions recently. Right now I've been developing file upload from functions to storage . I've got it working (upload is done and file appears on the storage section), yet, the image, stays like this forever (loading forever on the right side): I though that it was an error from my code. Yet, if I open Google Cloud Platform - Storage, the image appears and I can open it and preview it. In firebase storage, if I open the image (select on