Skip to content

nutc-imac-team/Swift_SimpleChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published