Node JS Server on Firebase (FCM XMPP & HTTP, Realtime Database, Auth)
Stars
15
Forks
4
Watchers
15
Open Issues
0
Overall repository health assessment
~1.15.2~1.4.3~2.2.0~4.14.0^1.14.2^4.0.4~1.11.0^2.6.2~1.7.0^0.8.4^3.1.2^5.0.7^2.80.0~2.3.0^0.54.5^3.0.1^1.4.5No contributors data available
added createsuperuser command to package.json and made getUser a function from Firebase Admin SDK RT Database
b082518View on GitHubfixed bug in createsuperuser storing plain text password in RT Database(missed this big time), and made user profile endpoint retrieve full info of user
02b2bf7View on GitHubAdded Firebase Auth Admin SDK, removed all other dependencies for custom database and replaced them with the Firebase Realtime Database and now using fully Firebase Admin SDK for authentication and database, refactored part of the fcm-xmpp client code
f21718cView on GitHub