“Invalid Token” when trying to authenticate phone number using firebase

前端 未结 7 1991
庸人自扰
庸人自扰 2020-12-16 11:13

This is my code:

import FirebaseAuth


class AuthPhoneNum {

    static func getPhoneNum(phoneNumber: String) {
        PhoneAuthProvider.provider().verifyPh         


        
7条回答
  •  情歌与酒
    2020-12-16 11:50

    For any one else who double checked the above and still have issues, don't forget to add your team ID and App Id in your ios config file.

    And, don't forget to download it again, and replace your old one with the updated one.

提交回复
热议问题