Add icon for firestore.rules
See original GitHub issuefirestore.rules
file, as generated by firebase cli doesn’t have an icon.
It should display the same icon as .firebaserc
or firebase.json
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Get started with Cloud Firestore Security Rules - Firebase
To set up and deploy your first set of rules, open the Rules tab in the Cloud Firestore section of the Firebase console....
Read more >Firestore rules add vs set : r/Firebase - Reddit
No, it's not possible. When you use add() , the client SDK is actually generating that random ID. The server doesn't generate it...
Read more >Firestore Security Rules with Testing - FilledStacks
Init your firestore project which will pull the current rules you have; Go over basic knowledge around security rules; Add some tests to...
Read more >Firestore Rules - FlutterFlow Docs
Select any Expandable from the widget tree or from the canvas area. Move to the Property Editor and scroll down to the Icon...
Read more >Firestore - Advanced React Hooks Handbook - Design+Code
Firestore. icon. Add to favorites. Enable Firestore as your database in your React application.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay, thank you! 😀That’ll give me enough knowledge to go by to prep a pull-request for GitHub Linguist. Support for
firestone.rules
in Atom itself has now been catered for.afaik it could be any *.rules file, but the de facto standard is firestore.rules (at least for firestore). I haven’t seen *.rule yet