nativescript-plugin-firebase
                                
                                 nativescript-plugin-firebase copied to clipboard
                                
                                    nativescript-plugin-firebase copied to clipboard
                            
                            
                            
                        Firebase not working in Sveltenative
Hi, I am trying to install firebase in sveltenative below is the app.svelte file... when I click the button nothing happens no error ......any help would be appreciated...
C:\sveltenative\firebasetest4\myapp>tns run android Searching for devices... Preparing project... File change detected. Starting incremental webpack compilation... Starting type checking service... Using 1 worker with 4096MB memory limit
webpack is watching the files…
Hash: d42f1058c1480c3b9dd6 Version: webpack 4.27.1 Time: 8065ms Built at: 07/11/2020 5:24:11 PM Asset Size Chunks Chunk Names bundle.js 23.4 KiB bundle [emitted] bundle fonts/LICENSE.txt 1.51 KiB [emitted] fonts/fa-brands-400.ttf 128 KiB [emitted] fonts/fa-regular-400.ttf 33.3 KiB [emitted] fonts/fa-solid-900.ttf 188 KiB [emitted] package.json 112 bytes [emitted] runtime.js 71.4 KiB runtime [emitted] runtime tns-java-classes.js 0 bytes [emitted] vendor.js 6.69 MiB vendor [emitted] vendor Entrypoint bundle = runtime.js vendor.js bundle.js [./ sync ^./app.(css|scss|less|sass)$] . sync nonrecursive ^./app.(css|scss|less|sass)$ 174 bytes {bundle} [built] [./ sync recursive (?<!\bApp_Resources\b.)(?<!./\btests\b/.?).(xml|css|js|kt|(?<!.d.)ts|(?<!\b_[\w-].)scss)$] . sync (?<!\bApp_Resources\b.)(?<!./\btests\b/.?).(xml|css|js|kt|(?<!.d.)ts|(?<!\b_[\w-].)scss)$ 210 bytes {bundle} [built] [./App.svelte] 3.18 KiB {bundle} [built] [./app.css] 1.28 KiB {bundle} [optional] [built] [./app.ts] 2.13 KiB {bundle} [built] [./font-awesome.css] 1.04 KiB {bundle} [built] [./package.json] 99 bytes {bundle} [optional] [built] + 382 hidden modules Webpack compilation complete. Watching for file changes. Webpack build done! nativescript-plugin-firebase: building for same environment, not forcing prepare. Project successfully prepared (android) Configure firebase Copy C:\sveltenative\firebasetest4\myapp\app\App_Resources\Android\google-services.json to C:\sveltenative\firebasetest4\myapp\platforms\android\app\google-services.json. Successfully transferred bundle.js on device emulator-5554. Successfully transferred fa-brands-400.ttf on device emulator-5554. Successfully transferred fa-regular-400.ttf on device emulator-5554. Successfully transferred fa-solid-900.ttf on device emulator-5554. Successfully transferred LICENSE.txt on device emulator-5554. Successfully transferred package.json on device emulator-5554. Successfully transferred runtime.js on device emulator-5554. Successfully transferred tns-java-classes.js on device emulator-5554. Successfully transferred vendor.js on device emulator-5554. Restarting application on device emulator-5554... Successfully synced application com.company.appname on device emulator-5554. JS: HMR: Hot Module Replacement Enabled. Waiting for signal. JS: Application Launched JS: buttoenworking JS: buttoenworking JS: buttoenworking JS: buttoenworking JS: buttoenworking JS: buttoenworking JS: buttoenworking JS: buttoenworking JS: buttoenworking JS: buttoenworking
@ajayyy123 Did you manage to get it working with Svelte native?
@ajayyy123 Any news?