Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firebase Realtime Database

Can I Orderbychildren Or Orderbyvalue Substracting 1 Child To Another? (or Any Other Mean To Use A Computed Var)

Is there a way to do this ? Or with oderByValue ? Any other mean ? fb.orderByChild('upvotes… Read more Can I Orderbychildren Or Orderbyvalue Substracting 1 Child To Another? (or Any Other Mean To Use A Computed Var)

(reactassign Firebase Snapshot To A Variable Outside Of The Function

Hi i am trying to get the data from my database, in componentDidMount(), it works fine with this : … Read more (reactassign Firebase Snapshot To A Variable Outside Of The Function

Cloud Functions For Firebase Timeout

Simple cloud function to get database data is not working. getusermessage() is not working Error: … Read more Cloud Functions For Firebase Timeout

How To Update Viewpage With New Data Automatically From Firebase?

I know Firebase provides data in realtime but I am not being able to update my view with new data w… Read more How To Update Viewpage With New Data Automatically From Firebase?

Search Elements Object With Specific Key Value In Firebase Database

I am trying to search with specific value with of userkey in firebase database but i am getting bel… Read more Search Elements Object With Specific Key Value In Firebase Database

Why Validation Rules Behave Differently (only) With Ondisconnect Update?

I have made some tests with firebase and saw difference in rules validation between onDisconnect().… Read more Why Validation Rules Behave Differently (only) With Ondisconnect Update?

Firebase Help : Avoid New Id On New Push

Pushing Data Like This: myDataRef.push({name : name, text: text}); I don't want every Push to … Read more Firebase Help : Avoid New Id On New Push

How Do I Make A Function Return Data That Was Set Within Function (child Snapshot) In Firebase

I want to return data to function that calls a function with firebase code, because of the asynchro… Read more How Do I Make A Function Return Data That Was Set Within Function (child Snapshot) In Firebase

Firebase Web: Upload Multiple Files To Storage An Then Download Their Urls

I am creating a blogging website, and am writing code that does the following in order: 1. stores m… Read more Firebase Web: Upload Multiple Files To Storage An Then Download Their Urls

Get Key For Object Created After Push (angular And Firebase)

I'm having problems understanding how to use Firebase. I wrote a function to push some data in … Read more Get Key For Object Created After Push (angular And Firebase)

How To Softcode Firebase Storage Image Url's

I am using Firebase Storage to create and send image url's to Firebase Database. I have this w… Read more How To Softcode Firebase Storage Image Url's

Attempted Import Error: 'firebase/app' Does Not Contain A Default Export (imported As 'firebase')

I tried to work with firabase authentication using React but it says the error, 'Attempted impo… Read more Attempted Import Error: 'firebase/app' Does Not Contain A Default Export (imported As 'firebase')

Ondelete Not Being Called When Deleting A Node In Cloud Functions For Firebase

I am trying to build triggers for a firebase app around following and followers. Below is a snippe… Read more Ondelete Not Being Called When Deleting A Node In Cloud Functions For Firebase

Firebase Cloud Functions: How To Push Data Using Wildcards In Http Requests

I'm exploring new Cloud Functions feature in Firebase, so I know how wildcards work in Realtime… Read more Firebase Cloud Functions: How To Push Data Using Wildcards In Http Requests

Firebase Warning: Using An Unspecified Index When Search Data With Firebase Cloud Function

I built a Firebase Cloud Function that looks for users who has value of 'IsNotificationEnabled&… Read more Firebase Warning: Using An Unspecified Index When Search Data With Firebase Cloud Function

Using Firebase, Firebase.auth().currentuser Is A Null Value Even Though It Is Being Logged

I created a query that is in a service.TS file that shows an items 'state' that is based on… Read more Using Firebase, Firebase.auth().currentuser Is A Null Value Even Though It Is Being Logged

Restricting Firebase Read/write Access To Only Myself

I have a static website which runs: config = apiKey: 'HIDDEN' authDomain: 'HIDDEN&#… Read more Restricting Firebase Read/write Access To Only Myself

Firebase Cloud Functions Is Deleting Nodes Instantly Instead Of Deleting After 2 Hours

I'm using Cloud Functions to delete nodes after 2 hours on firebase.However, when I add a node,… Read more Firebase Cloud Functions Is Deleting Nodes Instantly Instead Of Deleting After 2 Hours

Auto Increment Data On Firebase

I am currently trying to create something like this on Firebase: 'Assets': { 'asset… Read more Auto Increment Data On Firebase

I Want To Get The Average My Firebase Data

I want to average the related values ​​when the data in the FireBase is updated. I am using Firebas… Read more I Want To Get The Average My Firebase Data