-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4bdc75
commit 1f988f5
Showing
49 changed files
with
60 additions
and
1,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1 @@ | ||
import listsReducer from './store/lists/reducer' | ||
import pathsReducer from './store/paths/reducer' | ||
import authReducer from './store/auth/reducer' | ||
import initializationReducer from './store/initialization/reducer' | ||
import connectionReducer from './store/connection/reducer' | ||
import messagingReducer from './store/messaging/reducer' | ||
|
||
const firekitReducers = { | ||
lists: listsReducer, | ||
paths: pathsReducer, | ||
auth: authReducer, | ||
connection: connectionReducer, | ||
messaging: messagingReducer, | ||
initialization: initializationReducer | ||
} | ||
|
||
export { default as FirebaseProvider } from './components/FirebaseProvider' | ||
export { default as FireForm } from './components/FireForm' | ||
export { default as withFirebase } from './withFirebase' | ||
export { default as authReducer } from './store/auth/reducer' | ||
export { default as connectionReducer } from './store/connection/reducer' | ||
export { default as messagingReducer } from './store/messaging/reducer' | ||
export { default as listsReducer } from './store/lists/reducer' | ||
export { default as pathsReducer } from './store/paths/reducer' | ||
export { default as initializationReducer } from './store/initialization/reducer' | ||
export { initMessaging, clearMessage } from './store/messaging/actions' | ||
export { clearInitialization } from './store/initialization/actions' | ||
export { initConnection, unsubscribeConnection } from './store/connection/actions' | ||
export { watchAuth, authStateChanged, authError} from './store/auth/actions' | ||
export { watchList, unwatchList, destroyList, unwatchAllLists } from './store/lists/actions' | ||
export { watchPath, unwatchPath, destroyPath, unwatchAllPaths } from './store/paths/actions' | ||
|
||
export default firekitReducers | ||
export default from './components/FireForm' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.