Skip to content
Advertisement

Cannot resolve symbol “FirebaseInstanceId”

I am trying to use FirebaseInstanceId but keep getting the error

“Cannot resolve symbol FirebaseInstanceId”.

The modules gradle includes

JavaScript

The only thing which exists on com.google.firebase.iid seems to be .zzb. Am I missing something?

Advertisement

Answer

Make sure you have all of these

JavaScript

Just this much is required.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement