This website works better with JavaScript.
Home
Explore
Help
Sign In
frallatta
/
Google-Admin-SDK
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update 'index.js'
master
Jefry
3 years ago
parent
8649127b5d
commit
bfa1de379b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
index.js
+ 1
- 1
index.js
View File
@@ -16,7 +16,7 @@ const { messaging } = require("firebase-admin");
admin.initializeApp(
{
credential: admin.credential.cert(adminAuthToken),
databaseURL:
data
.DB_URL,
databaseURL:
process.env
.DB_URL,
},
// key
);
Write
Preview
Loading…
Cancel
Save