Firebase_Implementation #135

Merged
ashutosh.nehete merged 62 commits from Firebase_Implementation into main 2025-09-20 12:11:54 +00:00
Showing only changes of commit 0ba2874041 - Show all commits

View File

@ -220,6 +220,13 @@ FirebaseApp.Create(new AppOptions()
Credential = GoogleCredential.FromFile(path),
});
string path = Path.Combine(builder.Environment.ContentRootPath, "FireBase", "service-account.json");
FirebaseApp.Create(new AppOptions()
{
Credential = GoogleCredential.FromFile(path),
});
var app = builder.Build();
#region ===================== HTTP Request Pipeline Configuration =====================