-
Notifications
You must be signed in to change notification settings - Fork 19
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
It crashes when used with firebase sdk. #67
Comments
Please also provide us your firebask unity package and which module you're using. That'll be very helpful, thanks! |
Firebase Unity SDK 11.0.0 |
Hey can u help me? |
This is likely due to Firebase using GRPC as a transport layer and so does the Inworld Plugin causing a conflict. It seems at some point the firebase code begins trying to use the grpc dependencies that are included with our sdk but version incompatibility ends up causing the crash. You will likely need to figure out how best to wrap either firebase or our plugin in namespaces or with assemblydefinitions such that their grpc dependencies don't conflict. Or you will need to find a version of grpc that is compatible with both |
As it says in the title, I can't use it with firebase sdk. It crashes in unity editor and device. Could you help me find out why?
The text was updated successfully, but these errors were encountered: