- Notifications
You must be signed in to change notification settings - Fork410
-
Hi all, My basic code looks like: import{cert,initializeApp}from"firebase-admin/app";import{enableLogging,getDatabase}from"firebase-admin/database";enableLogging(function(msg){console.log("My logger:",msg);});constoptions={databaseURL:'https://random-project-name-default-rtdb.firebaseio.com/',credential:cert({...}),};constapp=initializeApp(options);constdatabase=getDatabase(app);database.ref().get(); But I only get this default log, the second one from Do you have any idea why? Thank you. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Hi@lahirumaramba, |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment