This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This assumes you have installed firebase and unishox using: | |
// npm i firebase | |
// npm i unishox2.siara.cc | |
var firebase = require("firebase"); | |
var usx = require("unishox2.siara.cc"); | |
// Get this from your firebase console | |
// Open/Create Project, click Project Settings, Click Add App, | |
// Click </>, provide a Web App Name, click Register App, | |
// Copy paste firebaseConfig from <script> to below: |