当前位置: 首页 > 软件库 > 手机/移动开发 > >

react-native-firebase

授权协议 View license
开发语言 Java
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 司马萧迟
操作系统 跨平台
开源组织
适用人群 未知
 软件概览


React Native Firebase


React Native Firebase is a collection of official React Native modules connecting you to Firebase services; each module is a light-weight JavaScript layer connecting you to the native Firebase SDKs for both iOS and Android.

React Native Firebase is built with four key principals in mind;

  • �� Well tested
    • every module is extensively tested to >95% coverage
  • �� Well typed
    • first class support for Typescript included
  • �� Well documented
    • full reference & installation documentation alongside detailed guides and FAQs
  • �� Mirrors official Firebase Web SDK
    • functions as a drop-in replacement for the Firebase Web SDK in React Native
    • maximizes cross-platform code re-usability e.g. re-using code on web platforms

Firebase Modules

This is the root of the mono-repo for React Native Firebase, if you're looking for a specific package please select the package link from below.

The main package that you interface with is App (@react-native-firebase/app)

Name Downloads
Analytics
App
App Check
App Distribution
Authentication
Cloud Firestore
Cloud Functions
Cloud Messaging
Cloud Storage
Crashlytics
Dynamic Links
In-app Messaging
Installations
ML
Performance Monitoring
Realtime Database
Remote Config

Documentation

Looking for the Version 5 documentation? View legacy documentation.

Contributing

License


Built and maintained by Invertase.

  • https://rnfirebase.io/docs/v4.3.x/installation/initial-setup https://rnfirebase.io/docs/v4.3.x/messaging/android https://rnfirebase.io/docs/v4.3.x/notifications/android 依次配置核心库,messaging ,notification

  • 概述 openinstall-react-native是openinstall官方开发的 React Native 版本插件,可以快速集成免填邀请码,渠道统计等功能。更值得一提的是现在openinstall官方提供免费开放拉起功能和快速下载功能。 我没有 mac 设备,所以只说 Android 的配置。 一:安装 1、打开终端,进入项目根目录文件夹下,执行以下命令: npm install ope

  • 使应用处于后台时运行JavaScript的后台任务。 即使应用程序已关闭,任务也会运行,默认情况下,也会在重新启动后继续存在。 这个库依赖于React Native的HeadlessJS ,目前只支持Android。 在本机端,它使用Firebase JobDispatcher或AlarmManager。 Firebase JobDispatcher(默认值):无法准确计划任务,并且根据Andro

 相关资料
  • 本文向大家介绍react-native 启动React Native Packager,包括了react-native 启动React Native Packager的使用技巧和注意事项,需要的朋友参考一下 示例 在最新版本的React Native上,无需运行打包程序。它将自动运行。 默认情况下,这将在端口8081上启动服务器。要指定服务器所在的端口            

  • 百度移动统计SDK支持使用react native框架的H5页面统计,封装好的插件已经在github上开源,相关用法具体请参考:https://github.com/BaiduMobileAnalysis/baidumobstat-react-native。

  • The React Native environment has a lot of little quirks, so this documentation is aimed at helping smooth those over. Please feel free to create issues on GitHub for recommendations and additions to t

  • React Native 可以基于目前大热的开源JavaScript库React.js来开发iOS和Android原生App。而且React Native已经用于生产环境——Facebook Groups iOS 应用就是基于它开发的。 React Native的原理是在JavaScript中用React抽象操作系统原生的UI组件,代替DOM元素来渲染,比如以<View>取代<div>,以<Ima

  • 本文向大家介绍react-native setState,包括了react-native setState的使用技巧和注意事项,需要的朋友参考一下 示例 要在应用程序中更改视图,可以使用setState-这将重新渲染您的组件及其任何子组件。setState在新状态和先前状态之间执行浅表合并,并触发组件的重新呈现。 setState 接受键值对象或返回键值对象的函数 键值对象 功能 使用函数对于基于

  • 诸葛io移动统计支持React Native插件,以下为集成方法。 1. 环境准备 1.1. iOS环境 iOS 8.0+ 代码支持iOS8.0的系统 pod 1.0+ iOS系统的集成依赖于cocoaPod工具 1.2. Android环境 Android SDK 16+ 代码支持Android 16+ 1.3. React Native环境 react-native 0.50+ react-n