Skip to content

Commit

Permalink
Merge pull request #100 from JJK96/patch-1
Browse files Browse the repository at this point in the history
Change pyrebase to pyrebase4
  • Loading branch information
carlospolop authored Nov 4, 2024
2 parents 4711867 + dfa98d9 commit 068893c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ If you have credentials to access the Firebase database you can use a tool such

```python
#Taken from https://blog.assetnote.io/bug-bounty/2020/02/01/expanding-attack-surface-react-native/
#Install pyrebase: pip install pyrebase4
import pyrebase

config = {
Expand All @@ -66,7 +67,7 @@ db = firebase.database()
print(db.get())
```

To test other actions on the database, such as writing to the database, refer to the Pyrebase documentation which can be found [here](https://github.com/thisbejim/Pyrebase).
To test other actions on the database, such as writing to the database, refer to the Pyrebase4 documentation which can be found [here](https://github.com/nhorvath/Pyrebase4).

### Access info with APPID and API Key <a href="#access-info-with-appid-and-api-key" id="access-info-with-appid-and-api-key"></a>

Expand Down

0 comments on commit 068893c

Please sign in to comment.