1.0.2 • Published 4 years ago

my-rn-firebase v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Installation

Thêm Vào package.json
"my-rn-firebase": "git+https://gitlab.com/react-native-my-libs/my-rn-firebase.git",

Chạy lệnh sau

yarn install

Sử dụng

Khởi tạo trước khi làm bất cứ hoạt động nào

FirebaseUtils.initFirebase(Keys.FIRE_BASE_CONFIG);

Save dữ liệu

saveObject(key: string | number, value)

Đồng bộ tất cả các data đã save lên server

await FirebaseUtils.excuteAllWaitCommand();