-
Updated
Dec 13, 2020 - JavaScript
Firebase
Firebase is a mobile app development platform that provides data analysis and database web services for developers. Firebase provides developers with an API that enables the integration of online statistical analysis and database communication into their applications.
Here are 18,946 public repositories matching this topic...
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 10, 2020 - TypeScript
-
Updated
Aug 7, 2020 - Swift
-
Updated
Dec 13, 2020 - TypeScript
Recently, Github has changed the master branch to main, so we should also take this step and change the branch of a flutter from master to main.
Here are all the commands that need to run to make a clone of this branch with a different name:
git branch -m master main
git push -u origin main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
After all this, we need
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Dec 13, 2020 - Java
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Objective-C
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Nov 24, 2020 - JavaScript
Summary
Add basic pre-commit hooks to the repo. To catch, for example, broken symlinks (WorldHealthOrganization/app#1670)
Link: https://github.com/pre-commit/pre-commit-hooks
Possible config file. Should be run against every file in the existing tree to see what issues might come up.
# .pre-commit-config.yaml
- repo: https://github.com/pre-commit/pre-comm
The problem faced currently?
GraphQL request to query a table always returns an array. There is no option to make it return an object
How can we solve it?
Add an op clause to the request to return a single object when needed. By default the op will be always to maintain backward compatibility.
{
table(op: one) @db
}**We need to make sure native joins can work wh
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Dec 10, 2020
-
Updated
Dec 11, 2020 - Java
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Sep 3, 2020 - JavaScript
Created by James Tamplin, Andrew Lee
Released April 2012
- Organization
- firebase
- Website
- firebase.google.com
- Wikipedia
- Wikipedia
https://emotion.sh/
After this change in Material UI: mui-org/material-ui#6115