this question has answer here:
im trying pair facebook login firebase
. i'm creating singleton has reference firebase project won't let me initialize firebase. ive imported every pod can , still won't work.
i'm getting below error.
its driving me crazy.. deprecated or something?
heres pod file
in new version of firebase
, need use firdatabase.database().reference()
instead of firebase(url: url)
, if doesn't know this, check latest firebase documentation ios.
if upgrading existing app uses firebase.com
new firebase console
, apis
check documentation of firebase
for that.
also can check video tutorial on ios swift tutorial: started firebase , app twitter
Comments
Post a Comment