Configuring Email and Password Autentification

# FriendlyChat

use_frameworks!
platform :ios, '8.0'

pod 'Firebase/Storage'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'firebase/RemoteConfig'
pod 'FirebaseUI'

target 'FriendlyChatSwift' do
end
service firebase.storage {
	match /b/friendlychat-12876.appspot.com/o {
		match /{allPaths=**}{
			allow read, write: if request.auth != null;
		}
	}
}