You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: WebGames-master/WebGames-master/userlogins-for-fun-miles-main (2).zip_unzipped/userlogins-for-fun-miles-main/app.js
+17-36Lines changed: 17 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
-
//Userbase
1
+
// Initialize Userbase
2
2
userbase.init({appId: '7cd8e25b-723d-4af7-8bdf-ef558bd0dfcc'});// Replace with your Userbase app ID
3
3
4
4
letcurrentUser;// Variable to hold the current user object
5
5
letisDatabaseOpen=false;// Flag to check if the database is open
0 commit comments