简体   繁体   中英

FireBase URL not working for Xcode swift

The firebase url is not working does anyone know how to do an alternative to this using the import Firebase

var REF = Firebase(url: "https://.... my link")

On the newest version of Firebase, you do not need to point to your URL, so long as you have the App ID in the App Delegate.

Try let ref = Firebase.ref()

试试这个〜NSString * const kESChatFirebaseCredentialKey = @“ https://YOUR_APP_NAME.firebaseio.com ”;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM