Skip to content

rtssn/BlazorWebAssemblyApp-Auth-Sample

Repository files navigation

BlazorWebAssemblyApp

Blazor WebAsembly App with Firebase authorization

参考にした記事

ASP.NET Core Blazor Server でオレオレ認証を追加したい without Cookie
その github

wwwroot/appsettings.json

Firebase の API キーとドメインの設定を記述します。

{
  "FirebaseApiKey": "",
  "FirebaseAuthDomain": ""
}

※開発環境で分けたい場合は appsettings.Development.json に記述します。
※本番環境用には appsettings.Production.json を作成します。

使用ライブラリ

About

Blozaor WebAsembly App with Firebase authorization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published