xamarin / GoogleApisForiOSComponents

MIT License
225 stars 162 forks source link

[Update] Firebase for iOS v8.3.0 #494

Closed dmariogatto closed 3 years ago

dmariogatto commented 3 years ago

Previous PRs: #489, #485, #479

Includes

Firebase

Google

Notes

Removed the Wrap methods/properties that where marked as Obsolete (seems like a major version bump is the time to do it 😅).

Added a new build property that can be used to link Firebase with/without Ad ID support.

<PropertyGroup>
  <FirebaseWithoutAdIdSupport>True</FirebaseWithoutAdIdSupport>
</PropertyGroup>

There were quite a few binding changes, so would definitely appreciate someone to look them over. All the samples do run & link as far as I can tell.

UMP has been separated out from AdMob (Google.UserMessagingPlatform).

Any issues let me know!

dmariogatto commented 3 years ago

Now obsolete, see #495