Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vertex AI] Add AppCheck, Auth and Storage frameworks to sample #12928

Merged
merged 3 commits into from
May 9, 2024

Conversation

andrewheard
Copy link
Contributor

  • Added the FirebaseAppCheck, FirebaseAuth and FirebaseStorage frameworks to the sample app to make it easier for devs to try out related features.
  • Added a placeholder AppCheckProviderFactory that returns a simple AppCheckNotConfigured error since AppCheckDebugProviderFactory and DeviceCheckProviderFactory are very noisy with -FIRDebugEnabled (if App Check is not configured on the Firebase app -- the more common situation for sample users).
  • Switched from configuring Firebase in init() to a UIApplicationDelegate to silence a [GoogleUtilities/AppDelegateSwizzler][I-SWZ001014] App Delegate does not conform to UIApplicationDelegate protocol. warning with -FIRDebugEnabled.

#no-changelog

@andrewheard andrewheard merged commit 0f5cd0f into release-10.26 May 9, 2024
42 checks passed
@andrewheard andrewheard deleted the ah/vertex-sample-frameworks branch May 9, 2024 20:45
@firebase firebase locked and limited conversation to collaborators Jun 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants