Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I turn my Firebase Firestore project from test mode into Production mode for my iOS project?

I started an iOS app using Firebase's Firestore database in test mode, but now that I am done using test mode, how do I convert the database into Production mode?

like image 314
ohu Avatar asked Mar 02 '23 07:03

ohu


1 Answers

There is not really a "mode" that you can switch to. If you're referring to the dialog that had you choose your initial security rules, all that did was pre-populate some security rules for you to get started. After that, it's up to you to come up with security rules that suit your application. I strongly suggest reading through the linked documentation to understand what you should do. Whatever you do, it will be highly customized to you specific data and access patterns.

like image 173
Doug Stevenson Avatar answered Mar 04 '23 23:03

Doug Stevenson