Patrick

Results 41 comments of Patrick

Hi all! Sorry for the silence, I've been digging around to find the current state of the matter. As mentioned by @Seleznov : this is blocked by firebase/firebase-ios-sdk#7736 -- the...

@bilck You can probably achieve the same solution by switching to using the `unitypackage` version of the SDK, opening `Assets/Firebase/Editor/AppDependencies.xml`, and deleting the lines: ``` ``` According to the linked...

-k2 came from firebase/firebase-ios-sdk#7736 It's a specific build to address this issue, to my knowledge there isn't any additional documentation around it at this time.

To confirm: does this `else` branch functionally fix the issue for you?

Thanks for your report, feel free to add anything you find missing here!

This bug report is for the file [messaging/testapp/readme.md](https://github.com/firebase/quickstart-unity/blob/master/messaging/testapp/readme.md). Two samples there are: ``` curl --header "Authorization: key=" --header "Content-Type: application/json" https://android.googleapis.com/gcm/send -d '{"notification":{"title":"Hi","body":"Hello from the Cloud"},"data":{"score":"lots"},"to":""}' ``` and ``` curl...

Hi @pardo162 , It looks like it will be necessary to add iOS support to your Unity installation to use Firebase. It looks like this issue is related to googlesamples/unity-jar-resolver#412...

Hi @dacodelaac , Can you verify whether you're seeing the issue when running in the Unity editor (pressing the play button) or on a physical Android device? Thanks --Patrick

I can confirm that I see this with the storage quickstart. MacOS host. Android target. Running in the Unity Editor. Unity 2021.1.3f1. Storage SDK 7.2.0. The first time I upload...

Hi @jhughes2112, I'm sorry that you're having issues and thanks for your feature requests! It does help us track them internally if you break them up into multiple issues, but...