firestore-database
Here are 893 public repositories matching this topic...
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Oct 25, 2021 - Dart
-
Updated
Jan 26, 2021 - Kotlin
-
Updated
May 24, 2022 - Dart
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
Sep 13, 2020 - Kotlin
-
Updated
Apr 7, 2022 - TypeScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Oct 28, 2020 - Dart
-
Updated
Jun 12, 2020
-
Updated
Jan 17, 2020 - JavaScript
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
Feb 10, 2021 - C#
-
Updated
Aug 15, 2019 - Swift
We don't need to do a lot of work here since I will be re-writing the whole project someday. Until then, all we need to do is make the UI responsive enough so that it doesn't look like an abomination when opened on mobile devices.
- Responsive Navbar
- Responsive Cards everywhere (We can use Row and Col from AntD)
- Responsive Video Player => We would have the video running in the
Add Auto Link Expiry
The users if wanted can set an end date and time for their links so that the link automatically expires and does not let the user redirect to the destination link. The only logic needed here is that if(current timestamp < end date timestamp) -> redirect else don't and show appropriate errors accordingly
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Jun 12, 2022 - JavaScript
-
Updated
Jan 22, 2021 - Dart
-
Updated
Jan 25, 2022 - Dart
-
Updated
May 21, 2021 - JavaScript
Improve this page
Add a description, image, and links to the firestore-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firestore-database topic, visit your repo's landing page and select "manage topics."
Describe the bug
When building derivative column function and deploying
To Reproduce