Skip to content

πŸ“š Libraries and tutorials for integrating Firebase with React

License

Notifications You must be signed in to change notification settings

imedadel/react-firebase-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

React Firebase Links

Libraries and tutorials for integrating Firebase with React

I am collecting a list of tutorials, libraries, and issues related to using Firebase with React.

React Hooks

Redux

RxFire

Next.js

Rest API

Probably the best option if you want to avoid adding the huge Firebase dependency

Cloud Functions

Alternatively, you could use react-firebase-hooks, firebase, and a couple of Firebase Cloud Functions. Here are some links about them.

Misc.

Tips

  1. Import Firebase this way:
// This import loads the firebase namespace.
import firebase from 'firebase/app';
 
// These imports load individual services into the firebase namespace.
import 'firebase/auth';
import 'firebase/database';

FAQ

Is it safe to expose Firebase API key?

Yes.

Source: Stack Overflow

About

πŸ“š Libraries and tutorials for integrating Firebase with React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published