How To Save Data On Firebase?
I take a tutorial to save date on Firebase in React Native. When i compile it that show the error is _firebase2.default.database.ref is not a function But the question that offcial
Solution 1:
You are using it wrong.
When u directly reference firebase, you should use it like this
firebase().database().ref('---whatever---')
Post a Comment for "How To Save Data On Firebase?"