Update documentation about Firebase integration

Seto Elkahfi committed Jan 31, 2020 at 18:13 UTC 8694ad43bef801aec464a0d72a8bbd381789f46e
1 file changed +8
README.md
+8
@@ -66,3 +66,11 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/de
66 ### `npm run build` fails to minify
67
68 This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
69 +
70 +
71 +## Firebase Integration
72 +
73 +Follow this instruction here https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial
74 +
75 +Tldr;
76 +We use React Context API to provide a Firebase instance once at the top-level of the component hierarchy.
\ No newline at end of file