Bobby R

Results 15 comments of Bobby R

Hi there, has this issue been fixed? I noticed the https://github.com/firebase/firebase-js-sdk/pull/6173 fix was not applied. We're having the exact same issue, however ours only appears when we try to access...

One workaround could be to use Firebase's new Auth blocking functions (this solution lies outside this SDK) Using the beforeUserCreated cloud function trigger, we can access the users name from...

Have tried using the updated dev package, it doesn't seem to be working: const result = await FirebaseAuthentication.signInWithApple() result.user is undefined?

I'm not an expert with Swift but the issue might be coming from the below function: When using skipNativeAuth I think you're not passing the user credential (as you're not...

Hi, I changed my implementation to having the video uploaded on the client side with the tus js package. Now it's only effected by the clients internet speed. Thank you...

> This worked for me also, thanks. Problem came from storing the last document in data() for pagination. Adding markRaw to that solved the issue.

Can we also add the auto_limit (auto_cut) and rerank feature, eg: openAiReranked = weaviate.query.hybrid( query=query, alpha=0.9, fusion_type=HybridFusion.RELATIVE_SCORE, filters=query_filter, auto_limit=2, rerank=wvc.query.Rerank( prop="content", query=query ) )

Looking to do the same, any updates?