Cupid Chan
Cupid Chan
I would like to propose Firebase SDK AutoConfig as an option when initializing the app: `AngularFireModule.initializeAppWithAutoConfig(),` Right now, I have a workaround by adding this 2 lines in `package.json` so...
Firebase has been graded for a few rounds. Is there any plan to release the next version of this @nativescript/firebase plugin?
I just set up a HelloWorld project and install nativescript-plugin-firebase. When I run `ns run ios`, it produces a lot of warnings related to grpc and old-style function. Are these...
I am trying the latest Firebase release with AppCheck which requires 'Firebase/Core', '~>8.0'. However, @nativescript/firebase hardcodes to use Firebase/Core ~>6.34.0. Therefore, this contradicts with Firebase AppCheck and the project will...
Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): ✔ Component...
**Describe the bug** ``` "SchematicsNativeScriptAngularComponent" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID. "SchematicsNativeScriptAngularComponent" schema is using the keyword "id" which its...
Hello @bcherny, I have a single big JSON [schema file](https://www.hl7.org/fhir/fhir.schema.json.zip) including about 150 definitions. Is that possible to split the definition of each class into their own .d.ts file? It...
### Issue Description When I run `ns test ios --emulator --justlaunch` with the --justlaunch option, the test will complete with no problem but the process will crash towards the end...
I use Firebase Auth Emulator and found out that if there is no callback in the firebaseUiAuthConfig, I will get the following error if I rely on `signInSuccessUrl` to redirect...
### Is there an existing issue for this? - [X] I have searched the existing issues and found no duplicates. ### What plugin is this bug for? Firebase UI OAuth...