Skip to content

Commit

Permalink
Update facebook and firebase samples
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Jun 18, 2024
1 parent ab96f71 commit 042be8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions facebook/sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<ItemGroup Condition="$(TargetFramework.Contains('android'))">
<ProjectReference Include="..\android\Facebook.Android.Binding\Facebook.Android.Binding.csproj" />
<!-- Include core facebook dependencies. Starting in .NET 9 these can potentially be replaced with @(AndroidMavenPackage) -->
<AndroidLibrary Include="..\android\native\mauifacebook\build\outputs\deps\facebook-android-sdk*.aar">
<Bind>false</Bind>
<Visible>false</Visible>
</AndroidLibrary>
<AndroidLibrary Include="..\android\native\mauifacebook\build\outputs\deps\facebook-common*.aar">
<Bind>false</Bind>
<Visible>false</Visible>
Expand Down
3 changes: 3 additions & 0 deletions firebase/macios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ For more details, reference the [Get Started (iOS)][2] page.
1. Download your `GoogleService-Info.plist` and replace `Platforms/iOS/GoogleService-Info.plist` with it.
2. Change the `<ApplicationId>` value in `Sample.csproj` to your Firebase iOS app identifier.

To deploy this sample to a physical iOS device you will need to open `native/MauiFirebase.xcodeproj`
in Xcode and configure the signing team/settings in Targets -> MauiFirebase -> Signing & Capabilities.
A provisioning profile that supports Apple Notification Service (APNs) must also be configured and installed.

[0]: https://firebase.google.com/docs/analytics/get-started?platform=ios
[1]: https://firebase.google.com/docs/cloud-messaging/ios/client
Expand Down
2 changes: 1 addition & 1 deletion firebase/macios/sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Nullable>enable</Nullable>

<!-- Display name -->
<ApplicationTitle>Firebase Sample</ApplicationTitle>
<ApplicationTitle>Firebase.Sample</ApplicationTitle>

<!-- App Identifier -->
<ApplicationId>com.companyname.firebase.sample</ApplicationId>
Expand Down

0 comments on commit 042be8b

Please sign in to comment.