You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>🔥 Write callable functions systematically like a Firelord. No more chaotic error handling, no more unsafe endpoint data type, no more messy validation. Be the Master of Fire you always wanted to be.</p>
@@ -64,6 +112,8 @@ Ensuring:
64
112
65
113
Optional: For maximum benefit, please use [FireCaller](https://github.com/tylim88/firecaller) in front end.
66
114
115
+
support [firebase-functions-test](#firebase-function-test):
116
+
67
117
## Why Do You Need This? What Is The Problem FireCall Trying To Solve?
68
118
69
119
When coding a callable function (or any endpoint in general), we need to deal with 5 basic errors, which is basically 99% of your errors, the rest are system errors.
@@ -92,7 +142,7 @@ Long thing short, FireCall make sure that there is only one way to do stuff and
92
142
93
143
## Related Projects
94
144
95
-
1.[FirelordJS](https://github.com/tylim88/Firelordjs) - Typescript wrapper for Firestore Web V9
145
+
1.[FirelordJS](https://github.com/tylim88/FireCall) - Typescript wrapper for Firestore Web V9
96
146
2.[Firelord](https://github.com/tylim88/Firelord) - Typescript wrapper for Firestore Admin
97
147
3.[Firelordrn](https://github.com/tylim88/firelordrn) - Typescript wrapper for Firestore React Native
98
148
4.[FireLaw](https://github.com/tylim88/firelaw) - Write Firestore security rule with Typescript, utilizing Firelord type engine.
0 commit comments