firebase-console

How can I check database and storage usage in new firebase console

空扰寡人 提交于 2019-11-27 01:00:10
问题 After I migrated my app to console.firebase.google.com I cannot view the database usage quota, bandwidth usage and several other statistics in the firebase.com analytics tab. Is there any way to check this using new panel? 回答1: Update : you can now see your project's Realtime Database, Cloud Storage, and Hosting usage in the Firebase console. Update (20160727): you can now see your project's database usage from the Firebase Console. Thanks for your patience! Previous answer: the database

Is there a way to generate a push ID from the Console in the new Realtime Database?

…衆ロ難τιáo~ 提交于 2019-11-26 23:27:27
问题 I have a listing node in my Database and wanted to add data into it from the web console. I want to have a push ID as the key of the object. Something like this : { "listing": { "4acd4g1OreMyo2FkW6DlQH7ZhvY2": { "name": "abc", "location": "xyz" } } } where '4acd4g1OreMyo2FkW6DlQH7ZhvY2' would be the auto generated push ID. I know it can be done using the Android/iOS/JS SDKs (using the push method). But is this possible from the console? 回答1: No, the console doesn't support it currently. I've

Is it possible to create a new Firebase project by API?

会有一股神秘感。 提交于 2019-11-26 21:00:37
Is it possible to create new hosting projects by API, or another non-interactive method on Google Firebase? I already tried Firebase tools with a token, but it says that it is only possible to create a new project on Firebase Console. Some context : My project allows users to create static websites online and we are searching for solutions to host these sites. Firebase would be a great solution, but only if I could integrate the user's new project into my system, with Firebase projects. Updated (2018-11-07) It is now possible to create with the Firebase Management API . Through this same API

Delete all users from firebase auth console

假装没事ソ 提交于 2019-11-26 19:23:39
问题 Is there an easy way to delete all registered users from firebase console? For example, I created a hundred users from my development environment, and now I want to delete all of them. 回答1: firebaser here Update 2016-11-08 original answer below We just released the Firebase Admin SDK, which supports administrative use-cases, such as deleting a user account without requiring that user to sign in first. original answer There is currently no API in Firebase Authentication to delete a user

How to add collaborators to a Firebase app?

元气小坏坏 提交于 2019-11-26 18:43:30
On the latest version of Firebase (Announced during Google I/O 2016), how do I add other people to my project or app whom I want to collaborate with? I came across IAM roles through Settings > Permissions . Is this the right way? If I add person there and assign a role, say Editor, will he/she be notified about it through email? Will a request be sent or will they be added directly to that role? Frank van Puffelen To give people access to your Firebase project, take these steps: Select your project in the new Firebase Console In the top left, next to the project name, click the settings/cog

Firebase : Read-only & non-realtime mode activated to improve browser performance

偶尔善良 提交于 2019-11-26 14:19:43
问题 Read-only & non-realtime mode activated to improve browser performance Message pops up in my project and I'm unable to delete the nodes as well Also I read this https://groups.google.com/forum/#!topic/firebase-talk/qLxZCI8i47s Which states : If you have a lot of nodes in your Firebase (say thousands), we need to create a new element for each node and modern browsers simply have limitations of how many DOM elements you can add to a page It says: To resolve this problem, don't load your

Setting arrays in Firebase using Firebase console

空扰寡人 提交于 2019-11-26 14:08:06
问题 I am using Firebase console for preparing data for a demo app. One of the data item is attendees. Attendees is an array. I want to add a few attendees as an array in Firebase. I understand Firebase does not have arrays, but object with keys (in chronological order). How do I do that for preparing sample data? My current Firebase data looks like the below. 回答1: The Firebase Database doesn't store arrays. It stores dictionaries/associate arrays. So the closest you can get is: attendees: { 0:

Get code from firebase console which I deployed earlier

醉酒当歌 提交于 2019-11-26 13:58:19
问题 I had created firebase functions in nodejs and deployed the code on firebase. The function was to send an email when the new user is created. I have lost the code now. Can we pull that code from firebase ? 回答1: Note : the process below may work or not for your case. Don't rely on it as a replacement for keeping your code in a proper version control system. You can retrieve the code for your Cloud Functions from the Cloud Console. Go to this URL Select the project that the function is in

Firebase maximum projects and apps

大憨熊 提交于 2019-11-26 12:19:35
问题 How many applications can I create in one project from a single account and how many projects I can create in Firebase for Cloud Messaging? 回答1: Update from here: There is indeed a quota on how many apps can be created in a project. The exact number depends on multiple factors, but it typically is in the lower 30s. The quota cannot be changed, nor is it increased for paid projects. How many applications can I create in one project from a single account? I don't think there isn't any limit on

How do I export data from Firebase Realtime Database?

你。 提交于 2019-11-26 11:15:19
问题 I am developing with Firebase and have data stored in the Realtime Database. I need to share my database structure for a question here on Stack Overflow, or just take a backup before making breaking changes. How can I do this using the Firebase Console? 回答1: Data can be exported from the Firebase Realtime Database as JSON: Login to the Database section of the Firebase Console. Navigate to the node you wish to export by clicking on it in the list (skip this to export all data). Click the 3-dot