Skip to content

Commit 07b867a

Browse files
davideastjhuleatt
andauthored
Update reactfire/firebaseApp/index.tsx
Co-authored-by: Jeff <[email protected]>
1 parent dd7c27a commit 07b867a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reactfire/firebaseApp/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ type Props = {
1616
appName?: string;
1717
};
1818

19+
// The version number is substituted in as part of the build process
20+
// See after.build.js for the substitution script
1921
const version = '::__reactfireversion__::';
2022

2123
const shallowEq = (a: Object, b: Object) =>

0 commit comments

Comments
 (0)