0

Phonegap の Firebase Simple Login で「パスワード」認証を使用しようとしていますが、次のエラーが発生します。

Web Console(857): FirebaseSimpleLogin(): Due to browser security restrictions,
loading applications via `file://*` URLs will prevent popup-based authentication
providers from working properly. When testing locally, you'll need to run a
barebones webserver on your machine rather than loading your test files via
`file://*`. The easiest way to run a barebones server on your local machine is
to `cd` to the root directory of your code and run `python -m SimpleHTTPServer`,
which will allow you to access your content via `http://127.0.0.1:8000/*`. at
file:///android_asset/www/js/firebase-simple-login.js:74

どうすればこの問題を解決できますか? また、Firebase 管理 GUI の Auth 設定はどうですか。Phonegap ベースのアプリが Firebase サーバーにアクセスできるようにするにはどうすればよいですか?

4

1 に答える 1