* Reapply Manifold for Teams config changes
* Add Firebase config for TheoremOne
* Fix build
* Check in Firebase indexes
* Whitelist admins and new users by email
* Fix typo 🤦♂️
		
	
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			233 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			233 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "functions": {
 | |
|     "predeploy": "npm --prefix \"$RESOURCE_DIR\" run build",
 | |
|     "runtime": "nodejs12",
 | |
|     "source": "functions"
 | |
|   },
 | |
|   "firestore": {
 | |
|     "rules": "firestore.rules",
 | |
|     "indexes": "firestore.indexes.json"
 | |
|   }
 | |
| }
 |