Ray
|
707e20b9ef
|
Deploy latest changes to Google Firebase Hosting
|
2023-11-14 16:35:55 +00:00 |
Ray
|
b6cce5e40a
|
Deploy changes to Firebase and modify code to include Genre
|
2023-11-14 16:31:50 +00:00 |
Ray
|
1dab4edd4d
|
Add Main cast as sub info within card.
|
2023-11-14 16:28:27 +00:00 |
Ray
|
6fde426922
|
Modify information to query from correct Firebase database
|
2023-11-14 16:19:16 +00:00 |
Ray
|
57f760e158
|
Fix typo and deploy to Google Firebase Hosting
|
2023-11-14 14:47:32 +00:00 |
Ray
|
38a5d39f80
|
Modiy lesson work from book context to movie context
|
2023-11-14 14:40:00 +00:00 |
Ray
|
337298348f
|
Copy Code from Book Club to Movie Club and modify code accordingly
|
2023-11-14 10:38:14 +00:00 |
Ray
|
6aa2a05437
|
Change "FirebaseConfig" to "firebaseConfig" (typo)
|
2023-11-14 07:10:52 +00:00 |
Ray
|
daab18fae7
|
Export FirebaseConifig as Const
|
2023-11-14 07:08:15 +00:00 |
Ray
|
f72b0d2d7b
|
Added Movie themed Favicon from https://favicon.io
|
2023-11-13 16:39:44 +00:00 |
Ray
|
c4d3f42b66
|
chanfe typo from "FirebaseConfig"to "firebaseConfig" and deploy to Firebase
|
2023-11-13 16:08:33 +00:00 |
Ray
|
31150ddce7
|
Correct header title to "Ray's Movie Club"
|
2023-11-13 15:43:25 +00:00 |
Ray
|
3cede41dbe
|
Change "books/books" to "movie/movies"
|
2023-11-13 15:42:27 +00:00 |
Ray
|
bb31d1eca8
|
Change Home.js ItemCards from book.title to title
|
2023-11-13 15:36:05 +00:00 |
Ray
|
4efa6861f9
|
Firebase Hosting is fucking hell.
|
2023-11-10 01:38:44 +00:00 |
Ray
|
6054b605ed
|
Merge branch 'main' of https://github.com/rayymoment/RaysMovieClub
|
2023-11-10 01:36:42 +00:00 |
Ray
|
b20f2f082f
|
Firebase can kiss my fucking ass
|
2023-11-10 01:29:22 +00:00 |
Ray
|
18e140e7f9
|
change "FirebaseConfig" to "firebaseConfig" on line 1
|
2023-11-10 12:19:19 +11:00 |
Ray
|
1a76e9d40a
|
Fix typo on line 33 ("FirebaseConfig to "firebaseConfig")
|
2023-11-07 15:24:32 +00:00 |
Ray
|
a50e00fb45
|
Change FirebaseConfig to correct authkey
|
2023-11-07 23:52:27 +11:00 |
Ray
|
c0278b9688
|
Getting Images from Firebase Storage (Working)
|
2023-11-07 12:23:07 +00:00 |
Ray
|
0d7d7d575a
|
Currently broken, Johannes to investigate
|
2023-10-24 09:51:23 +00:00 |
Ray
|
5ae1e96146
|
Import getting images from URL.
|
2023-10-24 07:48:34 +00:00 |
Ray
|
d37bd54725
|
Add Storage component to homepage
|
2023-10-24 07:47:41 +00:00 |
Ray
|
93b4f2de62
|
Add Firebase Storage for Book Covers
|
2023-10-24 07:45:48 +00:00 |
Ray
|
1f8f1793a9
|
Adding book info cards to homepage
|
2023-10-17 10:00:13 +00:00 |
Ray
|
06e7600809
|
Repairs to code
|
2023-10-17 09:22:36 +00:00 |
Ray
|
ffa951936e
|
Fetch data from Google Firestore
|
2023-10-17 09:21:08 +00:00 |
Ray
|
2f3da54016
|
Add function to get data from Firestore
|
2023-10-17 08:46:28 +00:00 |
Ray
|
487818c61a
|
Enabling Google Firestore from Firebase
|
2023-10-10 09:57:56 +00:00 |
Ray
|
10dc5673eb
|
Temp fix, Johannes to investigate
|
2023-10-10 09:37:04 +00:00 |
Ray
|
7129071a55
|
Change "Account" to user email when signed out.
|
2023-10-10 09:32:54 +00:00 |
Ray
|
99c7b5f7e7
|
Fix NavDropDown and add Logout Dropdown
|
2023-10-10 09:11:56 +00:00 |
Ray
|
1877daa939
|
Remove signout option and import NavDropdown in Header.js
|
2023-10-10 09:04:25 +00:00 |
Ray
|
29fa4ff5de
|
Remove double up.
|
2023-10-10 08:47:23 +00:00 |
Ray
|
84f376f1ea
|
Repair human friendly errors with additional message
|
2023-10-10 08:25:52 +00:00 |
Ray
|
5aadd3793d
|
Add human friendly error codes
|
2023-10-10 08:15:02 +00:00 |
Ray
|
58fc5fd900
|
Modify Signin.js to add error code from Firebase with invalid credentials
|
2023-10-10 08:05:45 +00:00 |
Ray
|
0524ba25bd
|
setup firebase and plugins
|
2023-10-10 07:53:59 +00:00 |
Ray
|
ed5cf0454c
|
Add Redirect to homepage from signup
|
2023-09-19 11:06:46 +00:00 |
Ray
|
892df52755
|
Redirect to homepage once user registers
|
2023-09-19 10:58:05 +00:00 |
Ray
|
b682d93e92
|
Add AuthContext to signup.js
|
2023-09-19 10:50:06 +00:00 |
Ray
|
1f39645265
|
Add AuthContext as a provider
|
2023-09-19 10:47:17 +00:00 |
Ray
|
6464316cb7
|
Add AuthContexts to App.js
|
2023-09-19 10:45:59 +00:00 |
Ray
|
54dfacce1d
|
Create Contexts folder and create AuthContext
|
2023-09-19 10:44:23 +00:00 |
Ray
|
75ab74df27
|
Add sign-in redirect to home
|
2023-09-19 10:32:12 +00:00 |
Ray
|
0e168267b1
|
Add validation for login credentials to determine if real details.
|
2023-09-19 09:47:10 +00:00 |
Ray
|
5c0081bdc6
|
Create Signin state and page
|
2023-09-19 09:37:40 +00:00 |
Ray
|
d5ee3f272d
|
Added Route path for Signout
|
2023-09-19 09:07:06 +00:00 |
Ray
|
5628b1dc1e
|
Create Signout Page
|
2023-09-19 09:01:53 +00:00 |