Error authentication failed jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 error authentication failed jobs found, pricing in SGD

    I'm looking for someone to assist with publishing products on my Shopify store. Key Responsibilities: - Data entry: You'll be responsible for uploading product information onto the Shopify platform. This includes detai...attract potential buyers. Requirements: - Proficiency in Shopify: You should have prior experience in using Shopify for e-commerce purposes. Familiarity with Co-channel is a plus. - Content writing skills: A strong understanding of e-commerce and SEO is necessary to create effective product descriptions. - Attention to detail: It's crucial that the uploaded product information is accurate and error-free. The project will involve around 1-50 products initially. If you have a good eye for detail, a passion for writing, and experience with Shopify, I...

    $67 (Avg Bid)
    $67 Avg Bid
    8 bids

    ...built with, as it was not provided. However, the website is in need of advanced backend functionalities. These include: - User authentication: Implementing secure login and registration systems. - Database integration: Efficiently managing and querying the database for seamless user experience. - API integration: Connecting the website with third-party services or APIs. The backend work does not require changes to the existing pages of the website. It's essential that the new functionalities are seamlessly integrated with the current frontend. The ideal candidate should have: - Proven experience in backend development - Strong knowledge in user authentication, database management, and API integration - The ability to seamlessly integrate new functionalities with t...

    $1683 (Avg Bid)
    Guaranteed
    $1683
    2 entries

    ...sync button to synchronize SMS data and send details to the remote server. Design and develop a secure admin panel using Laravel 10, MySQL 8, and PHP 8: User registration and management. Device registration with approval workflow. Device blocking functionality. SMS panel to send SMS commands to registered devices. Ability to set the remote server IP for each registered device. Implement user authentication with: Login ID generation based on device MAC address. User-selectable password after admin approval. Login expiration for enhanced security. Write well-documented and commented source code for both the Android application and admin panel. Qualifications: Proven experience in Android app development (Java/Kotlin). Proficiency in Laravel framework, MySQL, and PHP. Strong unders...

    $291 (Avg Bid)
    $291 Avg Bid
    30 bids

    I'm seeking a skilled freelancer proficient in the C programming language to develop comprehensive unit tests that cover functions and modules. You'll need to create scenarios for both normal and edge cases. On completion, I require a report only detailing any failed test cases. You must possess: - In-depth knowledge of functions and modules in C - Experience in developing unit test cases - Ability to analyse and provide comprehensive reports for failed test cases - A keen eye for detail to spot and handle edge cases appropriately - Ability to use VectorCast

    $5962 (Avg Bid)
    $5962 Avg Bid
    18 bids

    I'm encountering an issue with my RDP connection through my Cloudflare tunnel. Although other services are functioning as expected, RDP is not connecting correctly. I'm seeking a skilled professional with a deep understanding of Cloudflare and RDP setups to help me troubleshoot and resolve this problem. Key Points: - No specific error messages are being displayed when attempting to establish the RDP connection. - The remote desktop host is running on Linux. - There have been some issues previously with establishing RDP connections to this server before the Cloudflare tunnel was set up. Your role will involve: - Investigating the issue thoroughly to understand why RDP isn't working as expected. - Implementing necessary changes to the Cloudflare setup or the RDP confi...

    $128 (Avg Bid)
    $128 Avg Bid
    9 bids

    ...interface for the AI research assistant. - Develop clean, maintainable, and efficient front-end code using modern web technologies such as HTML, CSS, and JavaScript. - Integrate the front-end with the back-end API endpoints to enable seamless communication and data exchange. - Optimize the web interface for performance, ensuring fast loading times and smooth user interactions. - Implement user authentication and authorization mechanisms to ensure secure access to the application. - Conduct thorough testing and debugging to identify and fix any front-end issues or bugs. - Stay up-to-date with the latest front-end development trends, techniques, and best practices, and incorporate them into the project when appropriate. - Collaborate with UX/UI designers to create visually appealin...

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    93 bids

    I am currently working on a JavaFX project that is in need of completion. The project already incorporates essentials like user authentication, data entry forms and graphical charts and visualizations. However, the Graphical User Interface (GUI) needs enhancement to ensure a better user experience. • Finish the incomplete JavaFX code and make the project work properly. • Enhance the GUI – it should be pretty straightforward for someone with your skills. • Ensure that the GUI makes logical sense and applies well to the rest of the code. The ideal candidate for this project should be an experienced JavaFX coder comfortable with GUI enhancement implementations. Having excellent attention to detail and problem-solving skills will be a plus. so milestone3 is my las...

    $31 (Avg Bid)
    $31 Avg Bid
    6 bids

    Need developer with experience in android app to help in fixing error Requirements are Must have knowledge about mobile apps And have skills about android apps and game

    $31 (Avg Bid)
    $31 Avg Bid
    9 bids

    Hi The task is to set up a password protected instance of the OWASP WebGoat running in AWS that is internet facing. To be successful the deployment must be: * Entirely automated using CloudFormation and bash scripts. * The landing page must be a public page protected with a username/password authentication block, this should rely upon CloudFront to perform authentication. The username and password should be configurable in the CloudFormation template. The landing page can be simple HTML that displays the username input, password input and login button. * A user friendly domain name should be configured via Route53 that is configurable in CloudFormation. The domain name can be provided if required. Obviously a AWS TLS1.3 PKI certificate is also required. * Behind the landin...

    $168 (Avg Bid)
    $168 Avg Bid
    16 bids
    Improtxml google sheet scrape 6 days left
    VERIFIED

    I need to scrape data from a website. I'm stuck with an error. I used improtxml to scrape data from a class in a website I know. However, the fact that this website has classes has a problem: . While on page 1 there will be that text data, but on many pages, that text data is not there and it is accidentally pushed up to insert the class data below into the previous class data. To make it easier to imagine, there will be 4 rows. I will need to get a fix for each row into the google sheet. However, there are pages where I insert the link and there will be no row 3 or row 2 and then row number 4 will be inserted into row number 3, making the data incorrect. I need improxml to automatically check the syntax, if it is correct, it will be filled in and if it is wrong, the box will b...

    $27 (Avg Bid)
    $27 Avg Bid
    22 bids

    Project Overview: Blockcube Technology is seeking an experienced developer or development team to create a sophisticated web application with integrated advanced machine learning capabilities. This project encompasses several core components essential for a robust, user-centric platform. Project Components: User Registration System: Develop a comprehensive and secure user registration and authentication system. Ensure scalability and seamless user experience. Live Chat Feature: Implement a resilient and real-time live chat system. Ensure high availability and responsiveness. Advanced Machine Learning Integration: Develop and integrate advanced machine learning algorithms to enhance user experience and platform functionality. Key machine learning functionalities should include: a. Re...

    $100 / hr (Avg Bid)
    $100 / hr Avg Bid
    18 bids
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((),...this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in summery and short let em know , thanks please consider error handling in this case

    $34 (Avg Bid)
    $34 Avg Bid
    17 bids

    ...delivering high-quality work - Developing secure, efficient, and scalable code - Implementing user authentication, integrating databases, and possibly setting up payment processing systems - Ensuring timely and reliable completion of the project If you are a skilled PHP developer with experience in full stack development and are passionate about producing high-quality applications, this project is for you. Your ability to work both independently and collaboratively will be key to our success. Ideal skills and experiences include: - Proficient in PHP and related frameworks - Strong knowledge of HTML, CSS, and JavaScript - Familiarity with SQL and database management - Experience in user authentication and payment processing - Understanding of project management and probl...

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    188 bids

    I am blending Google Sheet data with Google Ads and Analytics data but getting an error message. Need someone to help via screenshare. Thanks!

    $62 (Avg Bid)
    $62 Avg Bid
    3 bids

    Hi Sahil, fixing error in uploading files on registration form on the websites you already working on yesterday

    $27 (Avg Bid)
    $27 Avg Bid
    1 bids

    I am in need of a skilled Full Stack Python Developer to primarily focus on back-end development tasks. The main areas of focus include: - User Authentication & Authorization: Implement a secure user authentication system to ensure data integrity and user privacy. - API Development & Integration: Develop new APIs and integrate with existing ones, for seamless communication between various components of the platform. - Data Processing & Analytics: Implement robust data processing and analytics functionalities to make informed decisions and gain insights from user interactions and other data sources. You will also be responsible for: - Payment Gateway Integration: Integrate payment gateways to facilitate transactions within the platform. - Social Media Integration...

    $3063 (Avg Bid)
    $3063 Avg Bid
    69 bids

    ...my Laravel application when I encountered the error 419. I need a skilled Laravel developer to help me review and fix session and token issues causing this error. When i loggin then succses then back that show 419 error Key requirements include: - Reviewing Laravel's default authentication and session management to identify the issue. - Fixing the session and token issues causing the error 419 specifically during the login process. Ideal candidates should: - Have extensive experience and understanding of Laravel's authentication and session management. - Be proficient in troubleshooting and resolving Laravel errors. - Be familiar with handling session and token issues in Laravel. Your goal will be to find and fix the root cause of...

    $38 (Avg Bid)
    $38 Avg Bid
    48 bids

    I'm looking for an experienced full-stack developer who can build an interactive web application. Here are the main requirements for the project: - User Registration and Login: The application should have an intuitive and secure user registration and login mechanism. Proficiency in handling data security and user authentication is paramount. - Data Visualization and Analytics: The other central function of this web app would be displaying data in an interactive, clear and accessible way. Experience with data analytics and visualization tools is a must. Applicants must have a proven experience as Full-Stack developers, with a portfolio that demonstrates competence in developing interactive web applications. Familiarity with modern front-end and back-end frameworks is essent...

    $951 (Avg Bid)
    $951 Avg Bid
    55 bids

    ...site in the following areas: **Performance**: - The site has been loading slowly which is frustrating for users - I believe there are some broken links and pages that need fixing - Edit button is not working. - Need to update wordpress and PHP version **Design & User Experience**: - The current theme or layout is not working as intended and everytime click on edit button it show error. - I'd like help in adding more products and service. it to be more user-friendly and visually appealing. - Need to add products and service menu button and page - Add banner on front page - change wording. I need someone with: - Proven experience in optimizing and fixing Wordpress websites - Strong background in web design and user experience - Good communication skill...

    $57 (Avg Bid)
    $57 Avg Bid
    53 bids

    ...years of experience, I am looking to enhance an existing Real Time Dashboard within PHPMaker 2023. Key Responsibilities: - Modify existing features and incorporate new functionality - Implement user authentication system to ensure data privacy - Create real-time notification system for immediate updates - Develop advanced interactivity for data manipulation and customization Desired Skills: - Proven expertise in PHP development, ideally with PHPMaker 2023 - Comprehensive experience in building Data visualization (Charts, Heat maps, Custom Dashboards) - Strong understanding of user authentication mechanisms - Ability to develop real-time features for immediate data updates - Experience in creating advanced interactive user interfaces In conclusion, the ideal candidate fo...

    $210 (Avg Bid)
    $210 Avg Bid
    24 bids

    ...overview of what the project entails: - **Core Features**: Implement a User Management System, API Integration and Payment Gateway Integration. Given the sensitivity of the data involved, it's crucial that these features are robust, secure and user-friendly. Build a cross-functional SMM panel that generates and sells traffic for all social media platforms. - **Security**: Incorporate Two-Factor Authentication and an IP Whitelisting system. Additionally, the script should have an extensive Activity Log Monitoring mechanism. - **Performance**: Develop a script that prioritizes speed and responsiveness. This includes a Fast Loading Service, Improved Caching System and a theme page builder. The theme page builder will be particularly important to allow me to customize the desi...

    $690 (Avg Bid)
    $690 Avg Bid
    88 bids

    I recently encountered a sudden booting issue with my AlmaLinux system. The problem began without any known cause and now the system displays filesystem errors during the boot process. I am seeking a proficient freelancer to help me resolve this problem promptly. Ideal candidates for this project should have: - Expertise in Linux systems, especially AlmaLinux - Experience troubleshooting and resolving sudden booting issues - Proficiency in identifying and rectifying filesystem errors Your role will involve: - Diagnosing the sudden boot issue on my AlmaLinux system - Fixing the filesystem errors that are occurring during the boot process - Ensuring that the system can boot successfully without any errors I look forward to working with a skilled freelancer who can efficiently resolve th...

    $64 (Avg Bid)
    $64 Avg Bid
    14 bids

    I am currently dealing with an issue on my AlmaLinux Development system that is preventing it from booting. The system is displaying an error message upon boot-up. This issue has arisen following some recent configuration changes. The ideal candidate for this job should be well-versed in AlmaLinux system administration and should have experience with troubleshooting boot issues. It would be great if you have a good understanding of system configuration and how it can impact booting. Your task would be to solve this booting issue and ensure the system is up and running smoothly. Key Skills: - AlmaLinux system administration - Troubleshooting boot issues - System configuration expertise This is an urgent job, and I need a professional who can address the issue promptly.

    $59 (Avg Bid)
    $59 Avg Bid
    9 bids

    My project involves the development of an Android mobile app, primarily as a business tool with accounting capabilities. Key Features: - Splash Screen & Login with Auth Module: The app should have a splash screen and a login page that is modern and sleek in design. Your Skills: - Strong experience in Java for Android app development. - Knowledge in creating authentication systems. - Familiarity with inventory management and accounting concepts. I'm looking for a skilled developer who can bring these elements together in a user-friendly manner. The design should be modern and clean, reflecting the professional nature of the app's purpose.

    $132 (Avg Bid)
    $132 Avg Bid
    31 bids

    ...and displaying a 'White screen of death'. Although I have not added or updated any themes or plugins recently, I'm unable to access the WordPress admin dashboard. I'm in urgent need of a skilled developer to troubleshoot and restore my site. Key tasks include: - Diagnosing the 'White screen of death' issue and resolving it to bring the website back online. - Investigating the root cause of this error and ensuring it does not reoccur in the future. - Restoring access to the WordPress admin dashboard so that further updates can be made, if necessary. Ideal skills for this job: - Proven experience in troubleshooting WordPress issues, particularly 'White screen of death'. - Strong background in website maintenance and problem-solving. - Excel...

    $186 (Avg Bid)
    $186 Avg Bid
    127 bids

    Hi, I am looking for someone to setup a Linux VM for me. I have tried to do it myself but have failed. I want to setup a VM so that I can host my own on-premise cloud. I got filerun as software from to do it with. Unfortunately, their installation instructions are not working out for me due to a lack of Linux knowledge. Now I am at a point where someone do it for me and I can work from there. I would like to see you do it so that I can see where I went wrong. I would also like it if you can assist me in the future if and when there is problems.

    $155 (Avg Bid)
    $155 Avg Bid
    39 bids

    ...The ideal candidate must be able to work on various projects with the following requirements: - User Authentication and Authorization: The developer will need to create secure login and registration systems for our websites. - Database Integration and Management: Proficiency in MySQL is a must. The developer will be responsible for managing and integrating databases effectively into our sites. - Payment Gateway Integration: The developer will have to implement payment gateways, ensuring a smooth and secure payment process for our users. Ideal Skills: - Proficiency in Core PHP and Wordpress Development - Strong understanding and experience with MySQL - Previous experience in User Authentication and Authorization - Previous experience in Database Integration and Management...

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    59 bids

    I am working on a Flutter SDK project that involves user authentication, registration and push notifications. I am looking for a skilled developer who can work on this with me. Key Project Components: - Implement user authentication and registration functionalities - Set up push notifications within the app I would like to see: - Your past experience with similar projects - A detailed project proposal demonstrating your understanding and approach to this project Communication: - I prefer to communicate via email, so availability to respond in a timely manner is important. Ideal Skills and Experience: - Proficient in Flutter SDK - Experience with implementing user authentication and registration - Familiarity with setting up push notifications within mobile applica...

    $16 / hr (Avg Bid)
    $16 / hr Avg Bid
    102 bids

    I have two APIs in PHP that need to be fixed, specifically regarding issues with user authentication. Key Requirements: - Fix API A and API B - Resolve the authentication problems - Ensure APIs are properly authenticating users Ideal Skills and Experience: - Strong experience with PHP - Proficiency in working with APIs - Prior experience in resolving authentication issues - Ability to troubleshoot and debug efficiently Please let me know about your prior experiences in fixing PHP APIs, especially with user authentication. Feel free to share examples of your previous work or any relevant details. Your proposal should outline your plan on how you intend to resolve the issues and demonstrate that you understand the project requirements.

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    15 bids

    ...Android developer, I am seeking a professional with expertise in Android Studio using Java who can support me in executing key tasks for my app. The main areas of support needed are app functionality and bug fixing. Key Tasks: - App Functionality: Your role will involve implementing and refining specific functionalities within the app. This includes features like push notifications and user authentication. Ideally, you will have a strong understanding of Android development best practices and be able to translate user requirements into tangible features that enhance the app's overall usability and appeal. - Bug Fixing: Being able to troubleshoot and resolve any technical issues or bugs that may arise during the development process is crucial. Your ability to debug, test an...

    $183 (Avg Bid)
    $183 Avg Bid
    19 bids
    $73 Avg Bid
    1 bids

    ...AI recommendations. 9. **Additional Features** - Gamification with AI-generated challenges. - Mobile Support with AI enhancements. - Customization with AI-driven options. 10. **Pricing and Subscription Models** - Flexible Pricing with AI-optimized plans. - Free Trials and AI-powered demos. ### Example Implementation: 1. **User Registration and Login**: - Secure user authentication with AI-enhanced security checks. 2. **Dashboard**: - A centralized dashboard with AI-driven insights and suggestions. 3. **Test Interface**: - A user-friendly interface with AI-generated hints and real-time feedback. 4. **Feedback System**: - An intuitive interface for interviewers with AI-suggested feedback and scoring. ### AI Technologies to Implement: - **Mac...

    $3512 (Avg Bid)
    $3512 Avg Bid
    17 bids

    I'm looking for a professional who can help with Excel work, primarily focusing on formula creation and formatting tables. Key Requirements: - I need assistance in creating formulas that can automate calculations and processes in Excel. - I'm looking for a clean and simple format for my tables, in line with a minimalist style. Ideal Freelancer: - Proficient in E...Requirements: - I need assistance in creating formulas that can automate calculations and processes in Excel. - I'm looking for a clean and simple format for my tables, in line with a minimalist style. Ideal Freelancer: - Proficient in Excel, with a deep understanding of formula creation. - Experienced in table formatting and design, with a flair for minimalism. - Able to deliver high-quality, error-free...

    $18 (Avg Bid)
    $18 Avg Bid
    82 bids

    I'm looking for a skilled programmer to help me convert my invention into an app for iOS and Andro...for a skilled programmer to help me convert my invention into an app for iOS and Android devices. It is preferred that you're located here in SAN DIEGO, CA...however it's not absolute. Key requirements: - I'm open to the programming language, so your expertise in Python, Java, or C and C ++ would be beneficial in guiding the decision. - The main functions the app should possess are user authentication and data storage. I will require a Non Disclosure Agreement [NDA] to proceed with details of the invention. If you've got experience in app development [Coding] and can help me bring my invention to life on mobile devices, please reach out. Looking forward ...

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    63 bids

    ...troubleshooting and resolving the problem. Key Details: - The error message I'm encountering is 'invalid HASH_V1 payload length, decryption failed?' - The error seems to be related to not being able to decrypt payloads - Additionally, I'm getting 'No matching CHILD_SA config found for IP/IP. received DELETE for IKE_SA' on the responder side Your Role: - The primary task is to address and rectify the issues causing the tunnel failure - As of now, the problem seems to be primarily on the responder side Ideal Skills for the Job: - Proficient in StrongSwan VPN - Strong troubleshooting skills - Experienced in resolving encryption-related issues - Familiar with debugging and resolving tunnel failures I'm using a Pre-shared key for ...

    $197 (Avg Bid)
    $197 Avg Bid
    10 bids
    Python Data Analysis File Fix 6 days left
    VERIFIED

    I have a Python file that was running fine last night for data analysis purposes. However, after trying to upload the '' file to GitHub, I encountered an error due to the file size being too large for GitHub. I need to get the Python file running again, but with the '' file stored on an external service to work around the file size limitations of GitHub. Key requirements include: - Identifying and resolving the issue causing the Python file not to run - Storing the '' file on an external service and adjusting the Python code to access it from there Ideal Skills and Experience: - Proficiency in Python - Experience with data analysis and handling large datasets - Familiarity with version control, specifically using GitHub - Ability to troubleshoot and r...

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    42 bids
    Urgent Laravel Bug Fix 6 days left
    VERIFIED

    I'm in urgent need of a Laravel expert to fix bugs in my project. The specific issues are not clarified, but they are impacting the functionality of the site. The project requires someone who is proficient in Laravel, with a strong understanding of databases, data handling and user authentication. The ideal freelancer will be able to quickly identify and solve the issues. Experience in working on similar projects and a commitment to meet tight deadlines is essential. It's crucial for the project to be completed as soon as possible. If you're confident in your Laravel skills and can work swiftly under pressure, I'd love to hear from you.

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    56 bids

    ...Aspects for MongoDB Schema Design Review: - **Naming Conventions**: Ensure the names of collections and fields align with established conventions. - **Data Types**: Verify that the data types are correctly assigned and appropriate for each field. - **Indexing**: Check if indexes are set up and utilized effectively. Security Measures and CIS Benchmark Review: - **Authentication and Access Control**: Validate that the authentication mechanisms and access controls are properly implemented. - **Encryption and Data Protection**: Review the existing encryption measures and data protection strategies. - **Auditing and Logging**: Ensure that all actions are being adequately logged and audited. Specific Goals for the Review: - **Enhance Security**: Suggest enhancements to the cur...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    8 bids
    UDP/IP NETWORK PYTHON EXPERT 6 days left
    VERIFIED

    .The scope of this project includes: 1. Data Transmission: You should be able to help in enhancing our network to ensure that it delivers data more optimally, focusing particularly on text-based data, as this is what our UDP/IP network primarily handles. 2. Error Detection and Correction: The hiree will also have to devise new methods for detecting and correction errors within our system. We've been facing some challenges in this area that need resolution. 3. Scalable Solutions: Our network system currently connects between 10 and 50 devices. While working on this project, it is important to keep scalability in mind to accommodate potential future growth.

    $57 (Avg Bid)
    $57 Avg Bid
    11 bids

    ...and compile it into an Excel file with separate sheets for doctors' information and disease descriptions. Requirements: Programming Language: Preferably Python. Libraries: Experience with web scraping libraries like BeautifulSoup, Selenium, and data processing libraries like Pandas. Output Format: Ability to export data into an Excel file using Pandas or similar libraries. Error Handling: Robust error handling to manage failed requests and parsing errors. Compliance: Adherence to the websites' terms of service and rate limits to avoid being blocked. Project Scope: Input: A list of CRM numbers and a list of CID numbers. Process: Automate the lookup and data extraction process. Output: An Excel file with the compiled data. Skills Required: Web Scraping Pyt...

    $28 (Avg Bid)
    $28 Avg Bid
    6 bids

    I'm currently facing a Forbidden error in my Laravel project that's connected to a MySQL database. I'm looking for a skilled developer to troubleshoot and resolve this issue, and potentially optimize the database connections for a smoother performance. Key tasks: - Troubleshoot the Forbidden error in my Laravel project - Review and potentially modify the existing database connections - Ensure that the database connections are optimized for performance The ideal candidate will have: - Strong experience with Laravel framework - Proficient in MySQL database management - Proven track record in troubleshooting and resolving similar issues

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    20 bids

    I’m looking for a proficient developer with deep knowledge of Android Studio and Google Firebase to design a dynamic app for me. The exact purpose of the app is yet to be determined, but rest assured, your responsibility will include implementing user login and data fetching features. Ideal Skills: - Expertise in Android Studio and Google Firebase. - Strong understanding of user authentication and data retrieval techniques. Running on a flexible timeline, I am keen to get started on the development as soon as feasible. However, missing data regarding the type of data to be fetched and the purpose of the app will be clarified as we move forward.

    $233 (Avg Bid)
    $233 Avg Bid
    86 bids

    I currently have a problem with my InDesign project. I initially detected an image error when I attempted exporting to EPUB. The error points to an image that I can't pinpoint in the project. I am looking for help to: - Identify the problem with the missing image - Delete the problematic image from the project The ideal freelancer for this job should have substantial expertise in running diagnostics on InDesign projects, a keen eye for detail, and proven experience in resolving similar InDesign problems. A quick turnaround would be highly preferable.

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    13 bids

    I'm in need of a tale...- Payment Gateway Integration: Users must have access to a secure and reliable payment gateway, as they will be investing money through the app. Design: I prefer a colorful and vibrant design that is pleasant to the eye yet still professional and trustworthy. Ideal Skills: - Proficiency in Android Development - Experience in Front-end and Back-end Web Development - Understanding of User Authentication and Data Security - Prior Experience with E-commerce or Finance-related Projects - Ability to Integrate Payment Gateways - Strong Portfolio showcasing similar work, especially with colorful and vibrant design. Please feel free to share any relevant samples from your portfolio and any past experience that aligns with this project. Looking forward to wo...

    $503 (Avg Bid)
    $503 Avg Bid
    16 bids

    I'm looking for a skilled web developer who can bring my vision for a site to life. The site I have in mind is an information sharing/educational content platform. It will serve as a hub where users can access and contribute to various types of educational content. Key Functionalities: - **User Registration and Login**: The ...securely. - **Payment Gateway Integration**: I want a seamless payment system for premium content or memberships. - **Content Management System (CMS)**: The platform should support easy content uploads and management. The ideal candidate for this project would have experience in: - Developing similar informational or educational websites - Integrating payment gateways - Implementing secure user authentication systems - Building easy-to-use content man...

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    15 bids

    Overview: This application will enable Shopify store owners to collect and display customer reviews. However, only customers who have made a purchase will be able to leave a review. You can use the product reviews sample app from Shopify Github if you want, it is not a problem for me. Project Requirements: User Authentication: • Only customers who have made a purchase should be able to leave a review. • There should be no public option for writing a review on the store’s frontend. Review Collection: • After a purchase, customers should receive an invitation via email to write a review. Review Display: • Reviews submitted by customers should be displayed on the respective product page of the Shopify store. Webservice Integration:

    $217 (Avg Bid)
    $217 Avg Bid
    29 bids
    Full Stack web developer 6 days left
    VERIFIED

    Requirements: - Vuejs, Nuxtjs - Tailwind CSS - Supabase/PostgreSQL - Nodejs/Deno - Typescript - Responsive Design - Maintainable and readable code - APIs - Authentication, Authorization, Roles & Permissions - Docker - Bonus: Tests Job: - Program members portal (tasks, events, payments, backoffice) - Blog & Blog backoffice with - Create and use queries and mutations - Newsletter: manage emails and newsletter backoffice (sendgrid and others) - Manage registrations (calendly like) 12 Pages: - Portal Login - Registration - Portal Dashboard - Portal Events - Portal Tasks - Portal Profile - Portal Settings - Portal Payments - Backoffices - Blog Main - Blog Single - Others

    $841 (Avg Bid)
    $841 Avg Bid
    99 bids
    Flutter Developer Needed 6 days left
    VERIFIED

    ...features: - User Authentication: A secure and user-friendly login system that can protect user data and provide a personalized experience. - Push Notifications: A system that can send real-time notifications to users, helping them stay engaged with the app. - In-App Purchases: A reliable payment system integrated into the app for users to make purchases seamlessly. - Live Stream: A feature that allows users to view live video streams directly within the app. - Post: A feature that enables users to create posts and interact with them. - Chat: A chat functionality to facilitate real-time communication between users. Ideally, you should have previous experience in Flutter app development and UI design, especially for iOS and Android platforms. Experience in integrating user aut...

    $127 (Avg Bid)
    $127 Avg Bid
    13 bids

    ...app logo. - Login Screen: User authentication with username and password. When the login button is pressed, a POST request should be made to an API (which I will provide) sending the username and password in JSON format. The API will respond with the login status (granted/denied) and a token for future requests. On successful login, the Foreground scan service should be started and navigate to the Status screen. The login state should be saved locally (in local storage). If the user is already authenticated, future app accesses should go directly to the Status screen. - Status Screen: Displays the scan status and an updated list of the latest detected beacons, ordered by the most recent. User Authentication --------------------------------- - Authentication is p...

    $286 (Avg Bid)
    $286 Avg Bid
    7 bids

    I'm l...platforms. Key Requirements: - Develop a complete social networking app for iOS and Android using Flutter - Implement a user-friendly interface with engaging design - Ensure compatibility with both iOS and Android platforms - Ability to integrate user authentication, push notifications, and potentially in-app purchases Ideal Skills: - Proficiency in Flutter for cross-platform mobile app development - Previous experience in developing social networking apps - Understanding of mobile app design principles - Experience with user authentication and push notification integration - Ability to collaborate and communicate effectively throughout the project If you're a Flutter developer with a strong portfolio and experience in social networking app development,...

    $152 / hr (Avg Bid)
    $152 / hr Avg Bid
    23 bids