Skip to content

webscopeio/react-firebase-messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b62e7e1 · Sep 4, 2023

History

96 Commits
Sep 4, 2023
Aug 31, 2023
Sep 4, 2023
Sep 4, 2023
Aug 31, 2023
Aug 31, 2023
Sep 4, 2023
Sep 4, 2023
Sep 4, 2023
Sep 4, 2023
Aug 31, 2023
Sep 4, 2023
Aug 31, 2023

Repository files navigation

react-firebase-messenger

Messenger tool based on firebase realtime database

NPM JavaScript Style Guide

Contributing

You can find all the info in CONTRIBUTING.md

Install

# If you plan to use this in web / modular firebase API
npm install --save @webscopeio/react-firebase-messenger @webscopeio/react-firebase-messenger-web rambda

# In case you plan on using react-native / compat firebase API
npm install --save @webscopeio/react-firebase-messenger @webscopeio/react-firebase-messenger-native rambda

Usage

import React, { Component } from 'react'

import Messenger from 'react-firebase-messenger'

class Example extends Component {
  render () {
    return (
      <Messenger />
    )
  }
}

License

MIT © Webscope.io

About

Messaging tools based on firebase realtime database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published