firebase-console

Cannot add node to Firebase through console

送分小仙女□ 提交于 2019-11-27 15:28:42
I have a Firebase project with 2 mobile apps: FriendlyChat example from Firebase/Google (messages) - created first Grocery Items list (grocery-items) - trying to create second You can see the messages node already there with some test messages inside. But when I try to add a child to the appId node, I give it a name "grocery-items" and I click on ADD , but the node does not get added. It just disappears. Why can't I add the grocery-items node? The Firebase Database is a key-value store. It stores the values of keys at paths in the tree. But it only stores keys when they have an actual value.

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

旧街凉风 提交于 2019-11-27 09:01:55
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 Firebase Dashboard at the root of your Firebase, but instead load it lower down in the hierarchy I do not get

Setting arrays in Firebase using Firebase console

♀尐吖头ヾ 提交于 2019-11-27 08:21:25
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. The Firebase Database doesn't store arrays. It stores dictionaries/associate arrays. So the closest you can get is: attendees: { 0: "Bill Gates", 1: "Larry Page", 2: "James Tamplin" } You can build this structure in the Firebase Console. And

Assign specific role (Authentication) to a Firebase Console user

别等时光非礼了梦想. 提交于 2019-11-27 08:20:47
问题 I have a Firebase app, and I want to know if it's possible to restrict a Firebase Console user to access only to the "Authorizations" tab. (to CRUD users). The access must be by the Firebase (regular) Web Console Especially, I don't want the user to see the database data via the web console. Is that possible? I've managed to give him access to the entire project, and he can do anything I can do (is an Admin). I haven't found nothing about this in the docs / searching. 回答1: firebaser here

Get code from firebase console which I deployed earlier

折月煮酒 提交于 2019-11-27 08:03:21
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 ? 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 Select a function from the list You will get to this page : Select the Source at the top Click the "Source

Firestore DB - documents shown in italics

二次信任 提交于 2019-11-27 06:46:47
问题 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

How to add Firebase custom events for analytics?

谁说胖子不能爱 提交于 2019-11-27 06:35:28
问题 I've seen some questions and answers about custom events for firebase analytics, but i just wanted to ask you a straight question so you can give me a straight answer :) So, this is my method for logging: @Override public void logFeatureSelectedEvent(String categoryName, String actionName, String labelName) { Bundle bundle = new Bundle(); bundle.putString(EventTrackingKeys.EventTypes.CATEGORY, categoryName); bundle.putString(EventTrackingKeys.EventTypes.ACTION, actionName); bundle.putString

How do I export data from Firebase Realtime Database?

僤鯓⒐⒋嵵緔 提交于 2019-11-27 05:12:59
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? There is an Node.js tool called firebase-export , similar to firebase-import but not from Firebase itself, that will export JSON from the command line. Firebase export helper utility for exporting excluded JSON from Firebase. To install npm install -g firebase-export Usage example $ firebase-export --database_url https://test.firebaseio-demo

Cannot add node to Firebase through console

三世轮回 提交于 2019-11-27 04:06:49
问题 I have a Firebase project with 2 mobile apps: FriendlyChat example from Firebase/Google (messages) - created first Grocery Items list (grocery-items) - trying to create second You can see the messages node already there with some test messages inside. But when I try to add a child to the appId node, I give it a name "grocery-items" and I click on ADD , but the node does not get added. It just disappears. Why can't I add the grocery-items node? 回答1: The Firebase Database is a key-value store.

Firebase Cloud Messaging Statistics API

与世无争的帅哥 提交于 2019-11-27 03:41:39
问题 I'm using an application server to send messages by Firebase Cloud Messaging. Firebase console does not list such a message which sent by app server. When I use Firebase console directly to send messages, it will display some analysis on its own messages. Like this: The questions is, how can I access message statistics when I'm using an app servers? 回答1: As of August 2018 (announced in this blog post), API send stats can be viewed in the "Reports" tab of the FCM console. By default it only