mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 10:18:48 +00:00
readded post.js. got deleted for some reason
This commit is contained in:
parent
e4ea325fb8
commit
856cb8630e
@ -387,4 +387,4 @@ exports.getLikes = (req, res) => {
|
|||||||
|
|
||||||
exports.getFilteredPosts = (req, res) => {
|
exports.getFilteredPosts = (req, res) => {
|
||||||
admin.firestore().collection('posts').where('userHandle', '==', 'new user').where('microBlogTopics', '==')
|
admin.firestore().collection('posts').where('userHandle', '==', 'new user').where('microBlogTopics', '==')
|
||||||
};
|
};
|
||||||
Loading…
Reference in New Issue
Block a user