Skip to content

How should I go about converting my project from the old firebase-arduino library to this new one? #271

Answered by mobizt
mhmdcs asked this question in Q&A
Discussion options

You must be logged in to vote

You should read the main page (read me doc) for how to prepare to work with the library.

The database secret is outdated and will not work in the future. You should consider to work with the Firebase in the secure way which there are many docs from Google available which will give you the details about authentication and security rules.

If you still want to use the database secret, you can use the same method as in that library i.e. Firebase.begin("url","secret");

Or use the standard config and auth objects as in this example.

You should spend the time to play with examples and read the document.

The examples are ready to test and the comment in the examples show how to.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mhmdcs
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mobizt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #270 on October 30, 2021 19:39.