Souvik Biswas
Souvik Biswas
### Problem summary The app requires **location access** every time it is running on the device. I believe Bluetooth doesn't require a location permission. ### Steps to reproduce 1. Open...
The **EventLogger** code snippet present on [this page](https://wechaty.js.org/docs/tutorials/using-plugin-with-wechaty#2-eventlogger) shows the config can be applied like this: ```ts import { EventLogger } from 'wechaty-plugin-contrib' const config = ['login', 'ready', 'message'] wechaty.use(EventLogger(config))...
Running the Ding Dong bot on Gitpod from the [link](https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started) given in the **Quick Start** page under Tutorials gives error. Have added the entire console output below: Click to expand...
My profile: http://git-awards.com/users/search?login=sbis04 GitHub: https://github.com/sbis04 Similar issues: #153 #126 #191
### Please confirm this pull request meets the following requirements: - [x] I followed the contributing guidelines: . ### Which change are you proposing? - [ ] Adding/updating open source...
Contribute any new **Data Structure** algorithm to the repo to get the Limited Edition Hacktoberfest t-shirt. Instructions for contributing: 1. Fork this repo 2. Clone the forked repo to your...
Showcase the new Firebase authentication method called **Multi Factor Authentication (MFA)**, it gives users a more secure way of authentication. You can take the help of the Invertase blog present...
Add functionality for retrieving an image, video, or other files from the device storage and upload it to Cloud Storage. Use the generated URL to provide an option to download...
Showcase the CRUD operation using the Firebase Realtime Database. You can follow the implementation of the Cloud Firestore CRUD operation and just build a similar thing with Realtime Database, or...