Skip to content

Commit 3792ca9

Browse files
Mike Kari AndersonMike Kari Anderson
Mike Kari Anderson
authored and
Mike Kari Anderson
committed
Added link to firebase example with RunKit
1 parent a31d432 commit 3792ca9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ var Database = require('database-js2').Connection;
8585

8686
#### Firebase Example
8787
The username and password is not the Firebase account holder's email and password. These are the login credentials for an authorized user of the Firebase data. Currently the wrapper only supports [email sign in methods](https://firebase.google.com/docs/auth/web/password-auth).
88+
8889
This example is live, but read-only, if you install the normal [Firebase](https://www.npmjs.com/package/firebase) package, you can use the API key and credentials below to examine the data the Firebase way and compare it to this SQL wrapper.
90+
91+
Try this in the [browser with RunKit](https://runkit.com/embed/00z4s0ylyx82)
8992
~~~~
9093
var Database = require('database-js2').Connection;
9194

0 commit comments

Comments
 (0)