All Projects β†’ NativeScript β†’ firebase

NativeScript / firebase

Licence: Apache-2.0 license
Modular Firebase πŸ”₯ implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.

Programming Languages

typescript
32286 projects
kotlin
9241 projects
swift
15916 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to firebase

Firebase Android Sdk
Firebase Android SDK
Stars: ✭ 1,704 (+4633.33%)
Mutual labels:  firebase-database, firebase-storage, firebase-realtime-database, firebase-remote-config, firebase-functions, firebase-inappmessaging
Chatter
Real time chat app written in Swift 4 using Firebase
Stars: ✭ 30 (-16.67%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database, firebase-functions
Rxfirebase
Rxjava 2.0 wrapper on Google's Android Firebase library.
Stars: ✭ 509 (+1313.89%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database, firebase-functions
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+5.56%)
Mutual labels:  firebase-auth, firebase-storage, firebase-realtime-database, firestore
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+4502.78%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firestore
FirebaseChatApp
A Chat app built on firebase features such as firebase-ui,database,storage and cloud messaging
Stars: ✭ 20 (-44.44%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database
Firebase Mock
Firebase mock library for writing unit tests
Stars: ✭ 319 (+786.11%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-functions
Internalappstore
πŸ“¦ Manage your own internal Android App Store.
Stars: ✭ 295 (+719.44%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-functions
firebase-bundle
A Symfony Bundle for the Firebase PHP Admin SDK
Stars: ✭ 112 (+211.11%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firestore
Laravel Firebase
A Laravel package for the Firebase PHP Admin SDK
Stars: ✭ 369 (+925%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database
Angularfire Lite
⚑️ Lightweight library to use Firebase API πŸ”₯ with Angular
Stars: ✭ 245 (+580.56%)
Mutual labels:  firebase-auth, firebase-storage, firebase-realtime-database, firestore
Combinefirebase
Combine wrapper on Google's iOS Firebase library.
Stars: ✭ 126 (+250%)
Mutual labels:  firebase-storage, firebase-realtime-database, firebase-functions, firestore
uMe
Online Chatting Application (Android) || Messaging App || Firebase
Stars: ✭ 138 (+283.33%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+6086.11%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database
Firebase Js Sdk
Firebase Javascript SDK
Stars: ✭ 3,844 (+10577.78%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database
Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (+16.67%)
Mutual labels:  firebase-auth, firebase-database, firebase-storage, firebase-realtime-database
The Road To React With Firebase
πŸ““The Road to React with Firebase: Your journey to build business applications with React and Firebase.
Stars: ✭ 82 (+127.78%)
Mutual labels:  firebase-auth, firebase-database, firebase-realtime-database, firestore
React Native Firebase Chat
React Native chat application using firebase.
Stars: ✭ 113 (+213.89%)
Mutual labels:  firebase-auth, firebase-storage, firebase-realtime-database
Firebasecrud
Rich UI and animation flutter app backed by firebase
Stars: ✭ 121 (+236.11%)
Mutual labels:  firebase-auth, firebase-database, firestore
Gatsby Theme Firebase
πŸ”₯ A Gatsby Theme for adding Firebase to your application.
Stars: ✭ 96 (+166.67%)
Mutual labels:  firebase-auth, firebase-database, firestore

How to use?

This workspace manages the suite of plugins listed above.

In general, when in doubt with what to do, just npm start.

How to add a new package to workspace?

npm run add

At the prompt, enter the name of the new package.

  • This adds a plugin harness in packages with the necessary boilerplate to just start developing
  • Updates all demo app flavors to support demoing the new package
  • Adds shared code in tools/demo where you can write demo code once and share across all demo flavors
  • Updates build tooling to support the new package
  • Updates the npm start interactive display
  • Updates the README here to list the new package

How to add Angular compatibility to a package

npm run add-angular

At the prompt, enter the name of the package to add an angular folder to it with the necessary boilerplate to provide Angular support to the package.

How to focus on just 1 package to develop in isolation

npm start
  • Choose the focus commands for the package you wish to focus on and hit enter.
  • All the demo app's will be updated to isolate that 1 package and for supported IDE's (currently VS Code), the source code will also become isolated in the workspace.

Note: good to always clean the demo you plan to run after focusing. (You can clean any demo from npm start as well)

How to publish packages?

npm run publish-packages
  • You will be prompted for the package names to publish. Leaving blank and hitting enter will publish them all.
  • You will then be prompted for the version to use. Leaving blank will auto bump the patch version (it also handles prerelease types like alpha, beta, rc, etc. - It even auto tags the corresponding prelease type on npm).
  • You will then be given a brief sanity check 🧠😊

Made with ❀️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].