mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	feat: project init
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/scripts/firestore.rules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/scripts/firestore.rules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| rules_version = '2'; | ||||
| service cloud.firestore { | ||||
|   match /databases/{database}/documents { | ||||
|   match /{document=**} { | ||||
|       allow read, write: if false; | ||||
|     } | ||||
|   match /firestore-bundle-tests/{document=**} { | ||||
|       allow read, write: if true; | ||||
|     } | ||||
|   match /firestore/{document=**} { | ||||
|       allow read, write: if true; | ||||
|     }  | ||||
|   match /{path=**}/collectionGroup/{documentId} { | ||||
|       allow read, write: if true; | ||||
|     }   | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 steven
					steven