solving rebase
This commit is contained in:
commit
0ba2874041
@ -220,6 +220,13 @@ FirebaseApp.Create(new AppOptions()
|
|||||||
Credential = GoogleCredential.FromFile(path),
|
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();
|
var app = builder.Build();
|
||||||
|
|
||||||
#region ===================== HTTP Request Pipeline Configuration =====================
|
#region ===================== HTTP Request Pipeline Configuration =====================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user