Tarik

Results 9 comments of Tarik

I forked the repo and merging the PRs in there. You can access it here: https://github.com/tarikozket/b2-sdk-php

I forked the repo and merging the PRs in there. You can access it here: https://github.com/tarikozket/b2-sdk-php

I forked the repo and merging the PRs in there. You can access it here: https://github.com/tarikozket/b2-sdk-php

I forked the repo and merging the PRs in there. You can access it here: https://github.com/tarikozket/b2-sdk-php

`smart_text` is deleted but they introduced something new called `smart_str`, you can map `smart_text` to `smart_str` to make old libraries work for the time being. you can do the following...

it's optional, from the documentation: > You can get away with leaving all the settings as default except for FIREBASE_SERVICE_ACCOUNT_KEY, which is obviously required. it's basically the mapper function for...

you can just import the models from the app and register them under an app's admin file (e.g. `user/admin.py`): ```python from drf_firebase_auth.models import FirebaseUser, FirebaseUserProvider admin.site.register(FirebaseUser) admin.site.register(FirebaseUserProvider) ```

the `@livekit/react-native` doesn't export the necessary `useTrackTranscription` hook. you need to add `@livekit/components-react` to your react native project and import it from there. once imported, you can use it like...