mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 04:44:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			246 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			246 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
rules_version = '2';
 | 
						|
service firebase.storage {
 | 
						|
  match /b/{bucket}/o {
 | 
						|
    match /{files}/rooms/{room}/{file} {
 | 
						|
    	allow get, write: if true;
 | 
						|
    }
 | 
						|
    match /{files}/shareLinks/{shareLink}/{file} {
 | 
						|
    	allow get, write: if true;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |