Mais Alheraki

Results 67 comments of Mais Alheraki

@Ahmed-elshorbagy sorry for delay. Could you reference a link to where is `X-Firebase-Storage-Version` mentioned? Regarding testing, write test cases following [FlutterFire tests for the Desktop package](https://github.com/firebase/flutterfire/tree/master/tests/test_driver/firebase_storage), and refer [to the...

I tracked it down here: https://github.com/firebase/firebase-js-sdk/blob/cdada6c68f9740d13dd6674bcb658e28e68253b6/packages/app/src/api.ts#L31-L51 So this header represents the current SDK version used by the app making the requests. On Dart, could be read from `pubspec.yaml`, will see...

Did you try running `flutter clean` and `flutter pub cache repair`?

Regarding installations, if I start it will open a draft PR immediately, so if you don't see it feel free to start it, I'm currently writing additional tests for Functions....

Hey @TimWhiting, wanna let you know that I started working on Installations and will push the PR soon.

Hmmm.. not sure. Have you tried using `clientViaApiKey` for the client? ```dart import 'package:googleapis_auth/auth_io.dart'; import 'package:firebaseapis/firebaseremoteconfig/v1.dart' as rc; _client = client ?? clientViaApiKey(apiConfig.apiKey); final rcApi = rc.FirebaseRemoteConfigApi(_client); ```

وعليكم السلام Thanks for reaching out with a feature request, I'm looking into it but might take a while, thanks for using Noor!

Hi @huynhtk80, thanks for your PR. It seems good to me, but I noticed the workflows aren't running, could you please check and update your PR. The issue is having...

@oconquest could you please open another issue to request enabling the option to translate multiple fields as it's a different feature? For text romanization, the feature is Pre-GA, couldn't find...