EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 444 forks source link

Firebase not working in Sveltenative #1635

Open ajayyy123 opened 4 years ago

ajayyy123 commented 4 years ago

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 (?<!\bAppResources\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]

sido420 commented 3 years ago

@ajayyy123 Did you manage to get it working with Svelte native?

bardobrado commented 3 years ago

@ajayyy123 Any news?