Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 497 Bytes

Swift_SimpleChat

Swift 4.0 (Xcode 9.0)

使用Firebase(Authentication、Database、Storage),打造一個擁有基本訊息傳遞功能之Chat。

How to use

https://console.firebase.google.com/ 到Firebase後台創建專案,建立iOS應用,接著下載GoogleService-Info.plist,將它拉至Xcode專案中。

* BUNDLE_ID需與Xcode專案Bundle identifier相同。

Pod init

Add to podfile:

pod 'Firebase/Auth'

pod 'Firebase/Database'

pod 'Firebase/Storage'

->pod install