Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartface/push-notification-sample
A sample Smartface project to initialize & use Push Notifications using Firebase (FCM)
https://github.com/smartface/push-notification-sample
Last synced: about 1 month ago
JSON representation
A sample Smartface project to initialize & use Push Notifications using Firebase (FCM)
- Host: GitHub
- URL: https://github.com/smartface/push-notification-sample
- Owner: smartface
- License: mit
- Created: 2021-04-14T09:28:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T18:25:00.000Z (over 1 year ago)
- Last Synced: 2024-04-15T01:06:43.570Z (9 months ago)
- Language: TypeScript
- Size: 3.12 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
____ _ __ _
/ ___| _ __ ___ __ _ _ __| |_ / _| __ _ ___ ___ (_) ___
\___ \| '_ ` _ \ / _` | '__| __| |_ / _` |/ __/ _ \ | |/ _ \
___) | | | | | | (_| | | | |_| _| (_| | (_| __/ _ | | (_) |
|____/|_| |_| |_|\__,_|_| \__|_| \__,_|\___\___| (_) |_|\___/
-----------------------------------------------------------------Hey fellow developer, thank you for using Smartface Cloud!
Developing native apps for iOS and Android is as easy as a few lines of
JavaScript code.Start coding right away and to view your app instantly on a real device,
just click the Run on Device button and follow the instructions.You can also update your native apps remotely and manage their lifecycle
end-to-end, fully in the cloud.Welcome to the world of mobility!
Smartface Team.## Build or watch a workspace in a computer
- Watch Mode
``` npm run watch```
- Transpile and Build Workspace
``` npm run build:sf```
- Build Typescript
``` npm run build:tsc```## Learn about cool components that are included in the project
- MaterialTextBox -> https://github.com/smartface/sf-component-materialtextbox
- KeyboardLayout -> https://github.com/smartface/sf-component-keyboardlayout## Support & Documentation & Useful Links
- [Guides](https://developer.smartface.io)
- [API Docs](http://ref.smartface.io)
- [Smartface Cloud Dashboard](https://cloud.smartface.io)
- [Download Smartface On-Device Emulator](https://smf.to/app) (Works only from your device)