Ujlaky Tibor

Results 17 comments of Ujlaky Tibor

So basically it is not possible to have a tab navigation with pages which are not part of the tab system without hacks. I think this should be better communicated...

I think a check for the previous status could fix this issue: ``` //iOS8+ -(void)locationManager:(CLLocationManager *)manager didChangeAuthorizationStatus:(CLAuthorizationStatus)status { if (__prevStatus != kCLAuthorizationStatusNotDetermined && status == kCLAuthorizationStatusNotDetermined) { __prevStatus = status;...

For me the following line fixed the issue in the App_Resources/Android/app.gradle file: ``` // Add the following line: apply plugin: 'com.google.gms.google-services' // Google Services plugin android { ``` https://firebase.google.com/docs/android/setup#manually_add_firebase

I have the same issue. Tried to overwrite the dependencies but the core version is hardwired so no luck

Okay, looks like if I change the version directly in the node_modules it starts working: In the file node_modules/@nativescript/firebase/platforms/ios/Podfile: ``` platform :ios, '10.0' pod 'Firebase/Core', '~>8.14.0' ``` Not sure if...

Do you have any update on this one? The deadline is in July.

I would like to add a stackblitz example but the preview page is broken: https://preview.nativescript.org/ https://github.com/NativeScript/stackblitz-templates/issues/14

With 1.4.6 I have started to get 404 too when I don't specify a version. ``` Chrome version major is 121 Installed version of Google Chrome is 121.0.6167.184 404 Matching...