This is template for social app like Facebook made on Unity. Firebase is used as backend. This package contains everything you need to start developing your social network.
Here are the main features:
Registration/ Email verification
Login system
User profile (Set image profile from camera/gallery)
Friend list (invite, remove, add).
Friends.Requested. Pending. Search
View user profile
Make post (text, image, video) from camera or gallery
Post likes system
Post comments
Endless news feed with no memory leak and performance down
Filter news feed. See your posts, posts only friends, or posts of all users
Friend messaging system/chat
Send direct message to user
Native emoji support
Auto detect and add clickable links in text
Firebase backend
Control quality of upload image
Check online status, last activity
Automatically loads profile photos with different sizes (1024, 512, 256, 128) for better app performance
Automatically convert any users video to mp4 with H.256 codec on server side for better app performance
See when user typing message
Firebase push notifications
Well structured database. The query time does not depend on the size of the database.
Count of unread messages, friends post
IMPORTANT! - Work with Unity 2018.3.3 and higher - Required Firebase SDK - Required Firebase Cloud Function Integration (All tutorials included)
This asset uses UnityMainThreadDispatcher under the 2-clause Apache License and NativeCamera under the MIT license and NativeGallery under the MIT license; see ThirdPartyNotices.txt file in package for details.
Hi! I’m having problems with this part of firebase:
MacBook-Pro-de-Gerardo:firecast(MacOS) gerardomagdaleno$ sudo firebase deploy
⚠ functions: package.json indicates an outdated version of firebase-functions.
Please upgrade using npm install --save firebase-functions@latest in your functions directory.
=== Deploying to 'gossip-32589'...
i deploying functions
Running command: npm --prefix "$RESOURCE_DIR" run lint
> functions@ lint /Users/gerardomagdaleno/Unity/proyectos/Gossip/Assets/SocialAppTemplate/FirebaseCloudFunctions/firecast(MacOS)/functions
> tslint --project tsconfig.json
sh: /Users/gerardomagdaleno/Unity/proyectos/Gossip/Assets/SocialAppTemplate/FirebaseCloudFunctions/firecast(MacOS)/functions/node_modules/.bin/tslint: Permission denied
npm ERR! code ELIFECYCLE
npm ERR! errno 126
npm ERR! functions@ lint: `tslint --project tsconfig.json`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the functions@ lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/gerardomagdaleno/.npm/_logs/2019-08-10T18_26_56_944Z-debug.log
Error: functions predeploy error: Command terminated with non-zero exit code126
Having trouble? Try firebase deploy --help
MacBook-Pro-de-Gerardo:firecast(MacOS) gerardomagdaleno$
I want to buy your product because is the best of this kind on asseststore, I want to use your product fo videos and images share, did SAT support GIFs and watermarks for images gifs and videos? Can you send me a demo build please?
I sent you test build with list of test users in private message.
Unfortunately, there is currently no support for gif files and watermarks in our project. But I do not think that it will be difficult to add this into the existing functionality
i have a issue regarding login i want to change the login and registration module by phone number verification with otp so how we will achieve this please guide me
My question is this:
In case of acquiring it, my intention is that the database be MS SQL SERVER. And my question is if the asset has the complete source code to be able to do this migration (with my resources, of course)
Yes, all source code is present
All firebase requests are in FirebaseController.cs
It’s possible to go over by rewriting all the queries for MS SQL SERVER, but it’s a lot of work