-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat(ai): feature parity with firebase-js-sdk #8769
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| import { FirestoreOnSnapshotInSyncTest } from './firestore/onSnapshotInSync'; | ||
| import { VertexAITestComponent } from './vertexai/vertexai'; | ||
| import { AuthTOTPDemonstrator } from './auth/auth-mfa-demonstrator'; | ||
| import { AuthMFADemonstrator } from './auth/auth-mfa-demonstrator'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My fault sorry. And just bit me when I went to test something
mikehardy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this PR is monstrous huge 😅 - not bad in and of itself there is no other way to do it, just wow.
That said, it does all look good - as a port should.
CI is passing which is good but for some reason functions is failing for me locally e2e iOS for some reason. I need to figure that out before merging this in for release
|
Okay - I think it was likely something about the polyfills or something, after a Likely the real solution was clearing metro bundler cache on startup, anyway, android and ios pass clean locally for me now |
|
I almost merged then remembered something: I believe the last thing you need to do @russellwheatley is add the attribution? This was the last block you had but it bears examination if this is still the set of authors |
React Native Firebase AI - Template Models & Live API
New Features
Template Models
getTemplateGenerativeModel(ai, requestOptions?)- Execute server-side Gemini templates with streaming supportgetTemplateImagenModel(ai, requestOptions?)- Execute server-side Imagen templates for image generationTemplateGenerativeModel- Class for template-based text generationTemplateImagenModel- Class for template-based image generationLive API
getLiveGenerativeModel(ai, modelParams)- Create real-time bidirectional AI sessionsLiveGenerativeModel- Class for live generative AI interactionsLiveSession- Bidirectional streaming session with send/receive methodsCursor Rules
Fixes
AuthMFADemonstratorhad a few issues that caused crash when running.