Alex Ames
Alex Ames
I think this fix is incomplete. Before #7348 flatc was able to handle full paths, but now it's getting confused. Here's a minimal example: `foo/Bar.fbs` ``` include "Baz.fbs"; ``` `Baz.fbs`...
This is my understanding of the old behavior: Suppose you have something like the following, where you run `flatc` from the directory `schemas`, with the output directory being `project/build` (in...
I think method 2 is the way to go with the following change: Rather than search for all posts with the flair "new" (which is slow and expensive), only do...
I just want to make sure: when you ran the sample app, did you first follow the [directions in the readme file](https://github.com/firebase/quickstart-unity/tree/master/auth/testapp#android) including the [directions for running the sample](https://github.com/firebase/quickstart-unity/tree/master/auth/testapp#using-the-sample)? If...
One way to test it would be to build the C++ library on its own. Then install the Firebase Unity package as normal and locate the C++ library that's bundled...
@tairam Nope, the only officially supported way to use Firebase Storage is through the official APIs.
There is not a plugin for that right now. We get feature requests all the time. [You can add your voice here](https://firebase.google.com/support/contact/) and describe your use case - that helps...
Hi @buihuuloc, There's nothing to announce at this time, but we're aware that there are people want this. If anything changes we'll make an official announcement.
Hi @Jaisiero, I'm not sure off the top of my head what the issue would be based on the error I'm seeing. The error message gives you to other files...
Hi @jhasse, I'll look into this and see if I can get a fix checked in. In the meantime, someone on you can try some of the suggestions from [stack...