|
| 1 | +# kb-firebase |
| 2 | +firebase knowledge base |
| 3 | + |
| 4 | +## Links |
| 5 | + |
| 6 | +- https://firebase.google.com/ |
| 7 | +- https://console.firebase.google.com/ |
| 8 | + |
| 9 | +- https://cloud.google.com/ |
| 10 | +- https://console.cloud.google.com/ |
| 11 | + |
| 12 | +# Focused Products |
| 13 | + |
| 14 | + |
| 15 | +## Firebase Hosting |
| 16 | +Direct Link: https://firebase.google.com/docs/hosting |
| 17 | + |
| 18 | +Video: https://youtu.be/jsRVHeQd5kU |
| 19 | + |
| 20 | +--- |
| 21 | + |
| 22 | +## Cloud Functions for Firebase |
| 23 | +https://firebase.google.com/docs/functions |
| 24 | + |
| 25 | +https://youtu.be/vr0Gfvp5v1A |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +## Firebase Authentication |
| 30 | +Direct Link: https://firebase.google.com/docs/auth |
| 31 | + |
| 32 | +Video: https://youtu.be/8sGY55yxicA |
| 33 | + |
| 34 | +### Authentication Types |
| 35 | +- Password: https://firebase.google.com/docs/auth/web/password-auth |
| 36 | +- Email Link: https://firebase.google.com/docs/auth/web/email-link-auth |
| 37 | +- Google: https://firebase.google.com/docs/auth/web/google-signin |
| 38 | + |
| 39 | +### Admin Auth API |
| 40 | +https://firebase.google.com/docs/auth/admin |
| 41 | + |
| 42 | +#### Manager user sessions |
| 43 | +https://firebase.google.com/docs/auth/admin/manage-sessions |
| 44 | + |
| 45 | +#### Verify ID Tokens |
| 46 | +https://firebase.google.com/docs/auth/admin/verify-id-tokens |
| 47 | + |
| 48 | +### Trigger a function on user creation |
| 49 | +https://firebase.google.com/docs/auth/extend-with-functions#trigger_a_function_on_user_creation |
| 50 | + |
| 51 | +### Trigger a function on user deletion |
| 52 | +https://firebase.google.com/docs/auth/extend-with-functions#trigger_a_function_on_user_deletion |
| 53 | + |
| 54 | + |
| 55 | +#### Firebase Authentication Limits |
| 56 | +https://firebase.google.com/docs/auth/limits |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +## Cloud Firestore |
| 61 | +https://firebase.google.com/docs/firestore |
| 62 | + |
| 63 | +https://youtu.be/QcsAb2RR52c |
| 64 | + |
| 65 | +--- |
| 66 | + |
| 67 | +## Cloud Storage |
| 68 | +Direct Link: https://firebase.google.com/docs/storage |
| 69 | + |
| 70 | +Video: https://youtu.be/_tyjqozrEPY |
| 71 | + |
| 72 | +--- |
| 73 | + |
| 74 | +## Firebase Performance Monitoring |
| 75 | +Direct Link: https://firebase.google.com/docs/perf-mon |
| 76 | + |
| 77 | +Video: https://youtu.be/0EHSPFvH7vk |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +## Firebase Remote Config |
| 82 | +Direct Link: https://firebase.google.com/docs/remote-config |
| 83 | + |
| 84 | +Video: https://youtu.be/_CXXVFPO6f0 |
| 85 | + |
| 86 | +--- |
| 87 | + |
| 88 | +## Google Analytics |
| 89 | +Direct Link: https://firebase.google.com/docs/analytics |
| 90 | + |
| 91 | +Video: https://youtu.be/8iZpH7O6zXo |
| 92 | + |
| 93 | +--- |
| 94 | + |
| 95 | +## Firebase Extensions |
| 96 | +Direct Link: https://firebase.google.com/docs/extensions |
| 97 | + |
| 98 | +Video: https://youtu.be/9YOWO2zQkmY |
| 99 | + |
| 100 | +### Cool Extensions |
| 101 | +- https://firebase.google.com/products/extensions/delete-user-data |
| 102 | +- https://firebase.google.com/products/extensions/rtdb-limit-child-nodes |
| 103 | +- https://firebase.google.com/products/extensions/firestore-counter |
| 104 | +- https://firebase.google.com/products/extensions/firestore-send-email |
| 105 | +- https://firebase.google.com/products/extensions/firestore-shorten-urls-bitly |
| 106 | +- https://firebase.google.com/products/extensions/storage-resize-images |
| 107 | + |
| 108 | +# Setting Up a Firebase Project |
| 109 | +Direct Link: https://firebase.google.com/docs/web/setup |
| 110 | + |
| 111 | +`firebase init` |
| 112 | + |
| 113 | +... |
| 114 | +<!--stackedit_data: |
| 115 | +eyJoaXN0b3J5IjpbLTE3OTM5MTU3OTJdfQ== |
| 116 | +--> |
0 commit comments