swift - Firebase imported but cannot be used -


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

enter image description here

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 firebasefor that.

also can check video tutorial on ios swift tutorial: started firebase , app twitter


Comments