-
Notifications
You must be signed in to change notification settings - Fork 172
Conversation
@dmariogatto thank you so much for working on this. |
We did have to cleanup some of the project refs in the .sln file to get it to build in Visual Studio. |
@mayhammf Glad it's helped! I didn't notice that PR, I'll review and merge it into this branch. |
[Firebase] Removed projects are not listed in nested projects in sln
Thank you @dmariogatto for taking the time to reply. I noticed that i was looking at the wrong branch after i posted my question. That's why i ended up deleting it. But it was too later already 😇 |
@dmariogatto This repo appears to be abandoned. Any chance you would publish the nugets from your branch? |
@dtaylorus I'd rather leave that as a last resort, it would fragment Firebase packages/documentation/samples. I don't really want to be the sole maintainer either, I can't commit that I'll always have the time/knowledge to keep this repo up-to-date. I'll continue updating the bindings while I can & creating PRs. Hopefully at some point they will get reviewed, or there will be some indication if this repo is truly abandoned (or possibly just side-lined while teams are busy with MAUI & .NET 6). |
@dmariogatto Fair enough. In the meantime your branch is super helpful. Thanks! I submitted a pull request to your branch for some fixes required to use rewarded and adaptive banner ads. |
Fixes for RewardedAd Api definitions
Now obsolete, see #489 |
Includes
Firebase
Firebase.MLKit
Firebase.MLKit.Common
Firebase.MLKit.ModelInterpreter
Firebase.MLKit.NaturalLanguage
Firebase.MLKit.Vision
Firebase.AppDistribution
) & App Check (Firebase.AppCheck
)Google
Google.AppIndexing
Google.Core
Google.InstanceID
Firebase.InstanceID
Notes
Removed the
Wrap
methods/properties that where marked asObsolete
(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 Ad Id support.
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!