delay / flutter_starter

MIT License
422 stars 146 forks source link

firebase setup #11

Closed DaeHyeonNam closed 3 years ago

DaeHyeonNam commented 3 years ago

Hi thanks for sharing great work!

I set up email authentication and firebase so all the functions are working great. But still I get "[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: [cloud_firestore/permission-denied] The caller does not have permission to execute the specified operation." this error while it is running.

What other permission do I need to give in firebase?

DaeHyeonNam commented 3 years ago

I solved it based on the rule you posted! Thanks