samples
Here are 797 public repositories matching this topic...
New Sample: Demonstrate architecture benefits by replacing current datasources with Firebase RTDB
Since a good architecture serves to make it easy to swap implementations I think it would be nice to have one or more samples which demonstrate how a data source implementation using a combination of a remote api, and a local sqlite database can be replaced with a realtime database.
I am not sure yet how it would be possible to run the same espresso tests in such a sample since mocking the fire
-
Updated
Jun 25, 2020 - TypeScript
disposables.clear() is invoked in onStop()
But in the comment and also Github
`disposab
This sample does not have end-to-end test coverage. This coverage should be added.
The existing unit test checks we write the expected log. The essential benefit of an end-to-end test is confirmation that Cloud Logging is successfully parsing the data structure. There is a node.js implementation of this test in [nodejs-docs-samples:/run/logging-manual](https://github.com/GoogleCloudPlatform/nod
-
Updated
Jun 17, 2020 - Java
There is an example of how to get a single depth jpeg, but not how to do this with video.
Specifically, with a device that supports REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT and DEPTH_DEPTH_IS_EXCLUSIVE, it is unclear how to actually get the depth information. The color and depth requests will be interleaved somehow and the depth will be either DEPTH16 or DEPTH_POINT_CLOUD. But what
-
Updated
Mar 17, 2020 - Java
Issue by Saraislet
Friday Nov 25, 2016 at 02:45 GMT
Originally opened as googlearchive/android-Interpolator#6
_Saraislet i
+ const { override, fixBabelImports } = require('customize-cra');
- module.exports = function override(config, env) {
- // do stuff with the webpack config...
- return config;
- };
+ module.exports = override(
+ fixBabelImports('import', {
+ libraryName: 'antd-mobile
There seems No documentation or sample project to refer to, for creating a folder and uploading images with metadata using the drive .
I Have also noticed the app do not work if I run the app from another pc due to change of Signing-certificate fingerprint. Please provide some documentation to tackle this issue too for android app development
The gesture is not always recognised and touch is taken instead of quick pinch, which causes stroke creation on the canvas.
Refer the video of Paint 3D application: -
https://cl.ly/f048de28e322
Expected Behavior
Browser window should open requesting authorisation
Actual Behavior
No browser opens. Error logged to console:
$ python quickstart.py
Traceback (most recent call last):
File "quickstart.py", line 52, in
main()
File "quickstart.py", line 29, in main
'credentials.json', SCOPES)
File "/home/iarla/civetweb-instance-cal/cal/local/lib/python2.7
One of the most frustrating aspects of Swagger 2 annotations is the removal of the class-level @Api annotation, which was logical, clear and easy to understand.
Can you please update the Petstore example to clearly show how to group related REST operations together. I looked at the Resource classes and there are no annotations at the class level whatsoever.
-
Updated
Jun 15, 2017 - Kotlin
-
Updated
Jun 12, 2020 - Python
Need better docs (or more easier to find docs) for contributing (e.g. coding standards, etc). The snippets contributor guide is currently buried under snippets ... consider elevating it to the root and generalizing it to apply to all samples.
-
Updated
Jul 10, 2020 - HTML
Basically, add this to all example files that don't have it already:
#!/usr/bin/env perl6And make sure that they are executable:
chmod +x example-file.p6See also Raku/examples#57 (comment)
-
Updated
Jan 7, 2019 - Java
Improve this page
Add a description, image, and links to the samples topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the samples topic, visit your repo's landing page and select "manage topics."

react-redux-firebase is the Redux bindings for Firebase. Includes Higher Order Component (HOC) for use with React. It is a very useful library and actively maintained.
Yes.