pulyaevskiy / firebase-admin-interop

Firebase Admin Interop Library for Dart
BSD 3-Clause "New" or "Revised" License
79 stars 37 forks source link

Fixed Auth.setCustomUserClaims type #56

Closed Levi-Lesches closed 4 years ago

Levi-Lesches commented 4 years ago

Changed Auth.setCustomUserClaims from Map<String, String> to Map<String, dynamic> since that is what the official SDK uses and should not break anything since jsify expects a dynamic anyway.

See issue #55