Can't create short Firebase dynamic link -> Dynamic link error 7: Forbidden

后端 未结 1 1679
心在旅途
心在旅途 2020-12-21 16:59

I\'m currently using Firebase 11.2.0 and unable to create a short dynamic link successfully

My code to create the long link is:

val link = \"https://         


        
相关标签:
1条回答
  • 2020-12-21 17:33

    Finally I solved the problem

    1- First add your SHA256 certificate fingerprint to your Firebase Project Configuration

    2- Enable "Firebase Dynamic Links API" for your project at console.cloud.google.com console

    Enjoy short links!

    0 讨论(0)
提交回复
热议问题