mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "rules": {
 | |
|     // Database in general is closed. Read/Write to anything but "tests/" will fail.
 | |
|     ".read": false,
 | |
|     ".write": false,
 | |
| 
 | |
|     // ..."tests" node will succeed
 | |
|      "tests": {
 | |
|         ".read": true,
 | |
|         ".write": true,
 | |
|      }
 | |
|   }
 | |
| }
 | 
