Swift如何使用firebase
作者:
iCloudEnd | 来源:发表于
2019-04-22 14:20 被阅读107次
登录firebase并创建项目
Jietu20190422-141039@2x.jpg
Jietu20190422-141123@2x.jpg
Jietu20190422-142239@2x.jpg
配置项目
pod init
pod 'Firebase/Database'
pod 'Firebase/Firestore'
pod install
添加代码
Jietu20190422-150537@2x.jpg
测试代码
import FirebaseDatabase
let ref =Database.database.reference()
ref.childByAutoId().setValue(["name":"tome","age":30])
最终结果
Jietu20190423-155618@2x.jpg
本文标题:Swift如何使用firebase
本文链接:https://www.haomeiwen.com/subject/fspygqtx.html
网友评论