firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
Fix passing GCMSenderId to FirebaseOptions on Android/iOS
The FirebaseOptions generated on the multiplatform level is missing the GCMSenderId on Android and iOS (on JS it is not used)
This pr fixes that