apollo-link-firebase
:fire: :link: apollo-link-firebase provides you a simple way to use Firebase with graphQL.
File Explorer
Download Latest Version (.zip)- config.yml
- settings.json
- index.html
- Profile.tsx
- TodoForm.tsx
- TodoList.tsx
- AddTodo.tsx
- ProfileContainer.tsx
- TodoListContainer.tsx
- apolloClient.tsx
- graphql.ts
- index.tsx
- package.json
- tsconfig.json
- webpack.config.dev.js
- yarn.lock
- link.ts
- mutationResolver.ts
- queryResolver.ts
- subscriptionLink.ts
- types.ts
- utils.ts
- index.ts
- database.ts
- rtdbLink.spec.ts
- .editorconfig
- .gitignore
- LICENSE
- package.json
- README.md
- tsconfig.json
- tsconfig.release.json
- tslint.json
- webpack.config.prod.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/CannerCMS/apollo-link-firebase
Downloads the entire project code from GitHub to your computer.
cd apollo-link-firebase
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
