Naomath / Myapp_for_app_contest_new

0 stars 0 forks source link

firebaseの連携がうまくいかない #1

Open Naomath opened 7 years ago

Naomath commented 7 years ago

ListActivityで投稿しても、firebaseのホームページにログインして 確認したらうまくアップロードできてないのか、 nullってる

halu5071 commented 7 years ago

明日見るので待っててな

halu5071 commented 7 years ago

まず下のリンクを参考にして、Firebaseに書き込める設定になってるかチェックしてみて https://firebase.google.com/docs/database/security/quickstart

halu5071 commented 7 years ago

いま、なおとのアプリではユーザー認証を実装していないから、

{
  "rules": {
    ".read": true,
    ".write": true
  }
}

ってなってないと、Firebaseに書き込めないはず。

Naomath commented 7 years ago

firebaseに保存できるようにはなりました!