Morgan Chen

Results 271 comments of Morgan Chen

We don't have a matrix of which platforms are supported by which Firebase components. Crashlytics will probably work if you can set up the extension as a separate app and...

Are you able to reproduce this issue in the example project in this repository?

Have you tried the approaches in the [debugging Dynamic Links guide](https://firebase.google.com/docs/dynamic-links/debug)?

This makes a lot of sense, but I haven't heard of any apps that do this on iOS. I'm okay with implementing it if the demand is greater on Android.

Hi @sumitmundra, is this the case for plain APNs notifications as well (without using FCM)?

@ulukaya can you take a look at this?

The culprit seems to be gRPC-C++: ``` Installing gRPC-C++ (1.28.2) [!] /bin/bash -c set -e sed -E -i '' 's;#include ;#if COCOAPODS==1\ #include \ #else\ #include \ #endif;g' $(find src/core...

Based on this flag (`--platform=ubuntu`) in the build logs, the kokoro jobs are running on ubuntu. Moving them to macOS will probably fix the issue.

Moved jobs to macOS in cl/379353433, cl/379513834. Will re-test and see if Firestore works now.

Kokoro is even more broken now. Going to roll the CLs back while I figure out what in the script is causing failures.