スポンサーリンク

Ionic4+Capacitor+CameraをPWAとしてデプロイにtryするも挫折

下記GitHubのソースコードをダウンロードして、PWAとしてデプロイして、Androidスマホでカメラを利用するところまでやってみたい。

https://github.com/javebratt/master-firestore-event-manager
image

(開発環境)
image

 

(1)ソースコードのダウンロード

git clone https://github.com/javebratt/master-firestore-event-manager.git

 


image

(2)app/credentials.ts の作成

src/app/credentials.ts (新規作成)

image

(3)npm install

npm install
ionic info

image

(4) ionic serve

image

ためしてみる

image

書き込みはできない。

(5)FireStorageの設定

Cloud Firestore Security Rule

image

有効化 をクリック

image

(変更後)

image

さらに変更

image

●Firebase Storage

(変更前)

image

(変更後)

image

変更が反映されるのに1分間くらいかかるらしい。。。

これらを設定したが、

image

@firebase/firestore: Firestore (5.5.0):
The behavior for Date objects stored in Firestore is going to change
AND YOUR APP MAY BREAK.
To hide this warning and ensure your app does not break, you need to add the
following code to your app before calling any other Cloud Firestore methods:

。。。

なるエラーが出て、どのように訂正したらよいか分からないので、お手上げとなってしまった。

Date周辺を変更するなんて、、、

https://qiita.com/teramotodaiki/items/b3592326579166003102
image

 

 

 

 

 

途中

スポンサーリンク