Followed official doc and set the code below but it throws exception after configure services in runtime with message:
Exception caught: 'System.ArgumentException' in FirebaseAdmin.dll ("Invalid priority value: 0. Only 'high' and 'normal' are allowed.")
// Initialize the Firebase Admin SDK var checkPath = System.Environment.GetEnvironmentVariable("GOOGLE_APPLICATION_CREDENTIALS"); FirebaseApp.Create(new AppOptions() { Credential = GoogleCredential.GetApplicationDefault(), });
config file path is correct.. Whats wrong with it?
1.4m articles
1.4m replys
5 comments
57.0k users